#BFBAD4

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

Shades of Blue Haze #BFBAD4

Tints of Blue Haze #BFBAD4

Color information

#BFBAD4 (or 0xBFBAD4) is unknown color: approx Blue Haze. HEX triplet: BF, BA and D4. RGB value is (191,186,212). Sum of RGB (Red+Green+Blue) = 191+186+212=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFBAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAD4 is #40452B. Grayscale: #BEBEBE. Windows color (decimal): -4212012 or 13941439. OLE color: 13941439.

HSL color Cylindrical-coordinate representation of color #BFBAD4: hue angle of 251.54º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFBAD4 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191186212-
CMYK0.100.1200.17
HSL251.54º23.21%78.04%-
HSV(B)251.54º12.26%83.14%-
XYZ50.9350.9569.44-
YUV190.46140.16128.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 212 (83.20% from 255) = 35.99%
R=32.43%
G=31.58%
B=35.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911862120.100.1200.17251.5423.2178.04
HexBFBAD4AC011fc174e
Octal277272324121402137427116
Binary1011111110111010110101001010110001000111111100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAD4; }

 p { color: rgb(191,186,212); }

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

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

 a { background-color: rgb(191,186,212); }

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

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

 span { border-color: rgb(191,186,212); }

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