#BCCCCE

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

Shades of Iron #BCCCCE

Tints of Iron #BCCCCE

Color information

#BCCCCE (or 0xBCCCCE) is unknown color: approx Iron. HEX triplet: BC, CC and CE. RGB value is (188,204,206). Sum of RGB (Red+Green+Blue) = 188+204+206=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCCE is #433331. Grayscale: #C7C7C7. Windows color (decimal): -4404018 or 13552828. OLE color: 13552828.

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

Color convert

RGB188204206-
CMYK0.090.0100.19
HSL186.67º15.52%77.25%-
HSV(B)186.67º8.74%80.78%-
XYZ53.4758.3366.83-
YUV199.44131.7119.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.44%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 206 (80.86% from 255) = 34.45%
R=31.44%
G=34.11%
B=34.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882042060.090.0100.19186.6715.5277.25
HexBCCCCE91013bb104d
Octal27431431611102327320115
Binary1011110011001100110011101001101001110111011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCCE; }

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

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

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

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

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

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

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

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