#BCB7CF

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

Shades of Blue Haze #BCB7CF

Tints of Blue Haze #BCB7CF

Color information

#BCB7CF (or 0xBCB7CF) is unknown color: approx Blue Haze. HEX triplet: BC, B7 and CF. RGB value is (188,183,207). Sum of RGB (Red+Green+Blue) = 188+183+207=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCB7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7CF is #434830. Grayscale: #BBBBBB. Windows color (decimal): -4409393 or 13612988. OLE color: 13612988.

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

Color convert

RGB188183207-
CMYK0.090.1200.19
HSL252.5º20%76.47%-
HSV(B)252.5º11.59%81.18%-
XYZ48.9449.0665.92-
YUV187.23139.16128.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=32.53%
G=31.66%
B=35.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881832070.090.1200.19252.52076.47
HexBCB7CF9C013fc144c
Octal274267317111402337424114
Binary1011110010110111110011111001110001001111111100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7CF; }

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

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

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

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

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

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

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

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