Color Hex Logo

#bf9abb Color Hex

#BF9ABB
(191,154,187)
0 Favorites   0 Comments

Color spaces of #bf9abb

RGB 191154187
HSL0.850.220.68
HSV306°19°75°
CMYK 0.000.190.02   0.25
XYZ42.011137.775452.0909
Yxy37.77540.31860.2864
Hunter Lab61.461714.4527-7.2271
CIE-Lab67.854819.4287-11.8446

#bf9abb color RGB value is (191,154,187).

#bf9abb hex color red value is 191, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bf9abb hue: 0.85 , saturation: 0.22 and the lightness value of bf9abb is 0.68.

The process color (four color CMYK) of #bf9abb color hex is 0.00, 0.19, 0.02, 0.25. Web safe color of #bf9abb is #cc99cc. Color #bf9abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011010 10111011
Octal 277 232 273
Decimal 191 154 187
Hex BF 9A BB

RGB Percentages of Color #bf9abb

%35.90
%28.95
%35.15

CMYK Percentages of Color #bf9abb

%0
%19
%2
%25

Triadic Colors of #bf9abb

#bf9abb #bbbf9a #9abbbf

Analogous Colors of #bf9abb

#bf9abb #bf9aa9 #b19abf

Monochromatic Colors of #bf9abb

#bf9abb

Complementary Color

#bf9abb #9abf9e

#bf9abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9abb Color CSS Codes

.mybgcolor {background-color:#bf9abb; } 
.myforecolor {color:#bf9abb; }
.mybordercolor {border:3px solid #bf9abb; }

#bf9abb Text Font Color

<p style="color:#bf9abb">Text here</p>

This sample text font color is #bf9abb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf9abb Background Color

<div style="background-color:#bf9abb">
Div content here</div>

This div background color is #bf9abb


#bf9abb Border Color

<div style="border:3px solid #bf9abb">
Div here</div>

This div border color is #bf9abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,154,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf9abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf9abb;
  -webkit-box-shadow: 1px 1px 3px 2px #bf9abb;
  box-shadow:         1px 1px 3px 2px #bf9abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,154,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf9abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf9abb;
  -webkit-box-shadow: 1px 1px 3px 2px #bf9abb;
  box-shadow:         1px 1px 3px 2px #bf9abb;">
Div content here</div>

This div box has shadow with color #bf9abb


Comments

No comments written yet.

Please login to write comment.