#BCB7CD

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

Shades of Blue Haze #BCB7CD

Tints of Blue Haze #BCB7CD

Color information

#BCB7CD (or 0xBCB7CD) is unknown color: approx Blue Haze. HEX triplet: BC, B7 and CD. RGB value is (188,183,205). Sum of RGB (Red+Green+Blue) = 188+183+205=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCB7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB7CD is #434832. Grayscale: #BABABA. Windows color (decimal): -4409395 or 13481916. OLE color: 13481916.

HSL color Cylindrical-coordinate representation of color #BCB7CD: hue angle of 253.64º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB7CD is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188183205-
CMYK0.080.1100.20
HSL253.64º18.03%76.08%-
HSV(B)253.64º10.73%80.39%-
XYZ48.6948.9764.64-
YUV187138.16128.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 183 (71.88% from 255) = 31.77%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=32.64%
G=31.77%
B=35.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881832050.080.1100.20253.6418.0376.08
HexBCB7CD8B014fe124c
Octal274267315101302437622114
Binary1011110010110111110011011000101101010011111110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB7CD; }

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

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

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

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

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

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

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

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