#BBCCCE

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

Shades of Iron #BBCCCE

Tints of Iron #BBCCCE

Color information

#BBCCCE (or 0xBBCCCE) is unknown color: approx Iron. HEX triplet: BB, CC and CE. RGB value is (187,204,206). Sum of RGB (Red+Green+Blue) = 187+204+206=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCCE is #443331. Grayscale: #C7C7C7. Windows color (decimal): -4469554 or 13552827. OLE color: 13552827.

HSL color Cylindrical-coordinate representation of color #BBCCCE: hue angle of 186.32º 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 #BBCCCE is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187204206-
CMYK0.090.0100.19
HSL186.32º16.24%77.06%-
HSV(B)186.32º9.22%80.78%-
XYZ53.2358.2166.82-
YUV199.14131.87119.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=31.32%
G=34.17%
B=34.51%

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
Decimal1872042060.090.0100.19186.3216.2477.06
HexBBCCCE91013ba104d
Octal27331431611102327220115
Binary1011101111001100110011101001101001110111010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCCE; }

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

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

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

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

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

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

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

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