#BFBDD0

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

Shades of Blue Haze #BFBDD0

Tints of Blue Haze #BFBDD0

Color information

#BFBDD0 (or 0xBFBDD0) is unknown color: approx Blue Haze. HEX triplet: BF, BD and D0. RGB value is (191,189,208). Sum of RGB (Red+Green+Blue) = 191+189+208=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDD0 is #40422F. Grayscale: #BFBFBF. Windows color (decimal): -4211248 or 13680063. OLE color: 13680063.

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

Color convert

RGB191189208-
CMYK0.080.0900.18
HSL246.32º16.81%77.84%-
HSV(B)246.32º9.13%81.57%-
XYZ51.0752.0367.02-
YUV191.76137.16127.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 208 (81.64% from 255) = 35.37%
R=32.48%
G=32.14%
B=35.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911892080.080.0900.18246.3216.8177.84
HexBFBDD089012f6114e
Octal277275320101102236621116
Binary1011111110111101110100001000100101001011110110100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDD0; }

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

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

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

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

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

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

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

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