#BFBCCF

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

Shades of Blue Haze #BFBCCF

Tints of Blue Haze #BFBCCF

Color information

#BFBCCF (or 0xBFBCCF) is unknown color: approx Blue Haze. HEX triplet: BF, BC and CF. RGB value is (191,188,207). Sum of RGB (Red+Green+Blue) = 191+188+207=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCCF is #404330. Grayscale: #BEBEBE. Windows color (decimal): -4211505 or 13614271. OLE color: 13614271.

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

Color convert

RGB191188207-
CMYK0.080.0900.19
HSL249.47º16.52%77.45%-
HSV(B)249.47º9.18%81.18%-
XYZ50.7351.5566.31-
YUV191.06136.99127.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.59%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=32.59%
G=32.08%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911882070.080.0900.19249.4716.5277.45
HexBFBCCF89013f9114d
Octal277274317101102337121115
Binary1011111110111100110011111000100101001111111001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCCF; }

 p { color: rgb(191,188,207); }

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

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

 a { background-color: rgb(191,188,207); }

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

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

 span { border-color: rgb(191,188,207); }

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