#BCB8CF

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

Shades of Blue Haze #BCB8CF

Tints of Blue Haze #BCB8CF

Color information

#BCB8CF (or 0xBCB8CF) is unknown color: approx Blue Haze. HEX triplet: BC, B8 and CF. RGB value is (188,184,207). Sum of RGB (Red+Green+Blue) = 188+184+207=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCB8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB8CF is #434730. Grayscale: #BBBBBB. Windows color (decimal): -4409137 or 13613244. OLE color: 13613244.

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

Color convert

RGB188184207-
CMYK0.090.1100.19
HSL250.43º19.33%76.67%-
HSV(B)250.43º11.11%81.18%-
XYZ49.1449.4865.99-
YUV187.82138.83128.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 184 (72.27% from 255) = 31.78%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=32.47%
G=31.78%
B=35.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881842070.090.1100.19250.4319.3376.67
HexBCB8CF9B013fa134d
Octal274270317111302337223115
Binary1011110010111000110011111001101101001111111010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB8CF; }

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

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

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

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

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

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

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

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