#BFBCCA

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

Shades of Blue Haze #BFBCCA

Tints of Blue Haze #BFBCCA

Color information

#BFBCCA (or 0xBFBCCA) is unknown color: approx Blue Haze. HEX triplet: BF, BC and CA. RGB value is (191,188,202). Sum of RGB (Red+Green+Blue) = 191+188+202=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFBCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCCA is #404335. Grayscale: #BEBEBE. Windows color (decimal): -4211510 or 13286591. OLE color: 13286591.

HSL color Cylindrical-coordinate representation of color #BFBCCA: hue angle of 252.86º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFBCCA is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191188202-
CMYK0.050.0700.21
HSL252.86º11.67%76.47%-
HSV(B)252.86º6.93%79.22%-
XYZ50.1351.3163.14-
YUV190.49134.49128.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=32.87%
G=32.36%
B=34.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911882020.050.0700.21252.8611.6776.47
HexBFBCCA57015fdc4c
Octal2772743125702537514114
Binary1011111110111100110010101011110101011111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCCA; }

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

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

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

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

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

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

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

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