#BDCCCE

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

Shades of Iron #BDCCCE

Tints of Iron #BDCCCE

Color information

#BDCCCE (or 0xBDCCCE) is unknown color: approx Iron. HEX triplet: BD, CC and CE. RGB value is (189,204,206). Sum of RGB (Red+Green+Blue) = 189+204+206=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCCE is #423331. Grayscale: #C7C7C7. Windows color (decimal): -4338482 or 13552829. OLE color: 13552829.

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

Color convert

RGB189204206-
CMYK0.080.0100.19
HSL187.06º14.78%77.45%-
HSV(B)187.06º8.25%80.78%-
XYZ53.7258.4666.85-
YUV199.74131.53120.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=31.55%
G=34.06%
B=34.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892042060.080.0100.19187.0614.7877.45
HexBDCCCE81013bbf4d
Octal27531431610102327317115
Binary101111011100110011001110100010100111011101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCCE; }

 p { color: rgb(189,204,206); }

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

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

 a { background-color: rgb(189,204,206); }

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

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

 span { border-color: rgb(189,204,206); }

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