#BFBCCC

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

Shades of Blue Haze #BFBCCC

Tints of Blue Haze #BFBCCC

Color information

#BFBCCC (or 0xBFBCCC) is unknown color: approx Blue Haze. HEX triplet: BF, BC and CC. RGB value is (191,188,204). Sum of RGB (Red+Green+Blue) = 191+188+204=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFBCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCCC is #404333. Grayscale: #BEBEBE. Windows color (decimal): -4211508 or 13417663. OLE color: 13417663.

HSL color Cylindrical-coordinate representation of color #BFBCCC: hue angle of 251.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBCCC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB191188204-
CMYK0.060.0800.2
HSL251.25º13.56%76.86%-
HSV(B)251.25º7.84%80%-
XYZ50.3751.464.39-
YUV190.72135.49128.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=32.76%
G=32.25%
B=34.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911882040.060.0800.2251.2513.5676.86
HexBFBCCC68014fbe4d
Octal27727431461002437316115
Binary10111111101111001100110011010000101001111101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCCC; }

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

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

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

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

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

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

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

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