#BFBCC7

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

Shades of Blue Haze #BFBCC7

Tints of Blue Haze #BFBCC7

Color information

#BFBCC7 (or 0xBFBCC7) is unknown color: approx Blue Haze. HEX triplet: BF, BC and C7. RGB value is (191,188,199). Sum of RGB (Red+Green+Blue) = 191+188+199=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFBCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCC7 is #404338. Grayscale: #BEBEBE. Windows color (decimal): -4211513 or 13089983. OLE color: 13089983.

HSL color Cylindrical-coordinate representation of color #BFBCC7: hue angle of 256.36º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFBCC7 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191188199-
CMYK0.040.0600.22
HSL256.36º8.94%75.88%-
HSV(B)256.36º5.53%78.04%-
XYZ49.7851.1761.29-
YUV190.15132.99128.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 188 (73.83% from 255) = 32.53%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=33.04%
G=32.53%
B=34.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911881990.040.0600.22256.368.9475.88
HexBFBCC74601610094c
Octal2772743074602640011114
Binary10111111101111001100011110011001011010000000010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCC7; }

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

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

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

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

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

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

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

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