#BFB9D5

Color #BFB9D5 Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #BFB9D5

Tints of Blue Haze #BFB9D5

Color information

#BFB9D5 (or 0xBFB9D5) is unknown color: approx Blue Haze. HEX triplet: BF, B9 and D5. RGB value is (191,185,213). Sum of RGB (Red+Green+Blue) = 191+185+213=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFB9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9D5 is #40462A. Grayscale: #BDBDBD. Windows color (decimal): -4212267 or 14006719. OLE color: 14006719.

HSL color Cylindrical-coordinate representation of color #BFB9D5: hue angle of 252.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFB9D5 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191185213-
CMYK0.100.1300.16
HSL252.86º25%78.04%-
HSV(B)252.86º13.15%83.53%-
XYZ50.8550.5870.03-
YUV189.99140.99128.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 185 (72.66% from 255) = 31.41%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=32.43%
G=31.41%
B=36.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911852130.100.1300.16252.862578.04
HexBFB9D5AD010fd194e
Octal277271325121502037531116
Binary1011111110111001110101011010110101000011111101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9D5; }

 p { color: rgb(191,185,213); }

 H1.HeaderClassName
 {
   color: #BFB9D5;
 }
 .AnyTagClassName
 {
   color: #BFB9D5;
 }
</style>
background-color css

<style>
 a { background-color: #BFB9D5; }

 a { background-color: rgb(191,185,213); }

 div.DivClassName
 {
   background-color: #BFB9D5;
 }
 .BgClassName
 {
   background-color: #BFB9D5;
 }
</style>
border-color css

<style>
 span { border-color: #BFB9D5; }

 span { border-color: rgb(191,185,213); }

 td.TdClassName
 {
   border-color: #BFB9D5;
 }
 .TagClassName
 {
   border-color: #BFB9D5;
 }
</style>