#BFBAD0

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

Shades of Blue Haze #BFBAD0

Tints of Blue Haze #BFBAD0

Color information

#BFBAD0 (or 0xBFBAD0) is unknown color: approx Blue Haze. HEX triplet: BF, BA and D0. RGB value is (191,186,208). Sum of RGB (Red+Green+Blue) = 191+186+208=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAD0 is #40452F. Grayscale: #BDBDBD. Windows color (decimal): -4212016 or 13679295. OLE color: 13679295.

HSL color Cylindrical-coordinate representation of color #BFBAD0: hue angle of 253.64º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFBAD0 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191186208-
CMYK0.080.1100.18
HSL253.64º18.97%77.25%-
HSV(B)253.64º10.58%81.57%-
XYZ50.4350.7566.81-
YUV190138.16128.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 186 (73.05% from 255) = 31.79%
BLUE value IS 208 (81.64% from 255) = 35.56%
R=32.65%
G=31.79%
B=35.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911862080.080.1100.18253.6418.9777.25
HexBFBAD08B012fe134d
Octal277272320101302237623115
Binary1011111110111010110100001000101101001011111110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAD0; }

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

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

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

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

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

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

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

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