#BBCFCE

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

Shades of Iron #BBCFCE

Tints of Iron #BBCFCE

Color information

#BBCFCE (or 0xBBCFCE) is unknown color: approx Iron. HEX triplet: BB, CF and CE. RGB value is (187,207,206). Sum of RGB (Red+Green+Blue) = 187+207+206=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFCE is #443031. Grayscale: #C8C8C8. Windows color (decimal): -4468786 or 13553595. OLE color: 13553595.

HSL color Cylindrical-coordinate representation of color #BBCFCE: hue angle of 177º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCFCE is Cyan = 0.10, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB187207206-
CMYK0.1000.000.19
HSL177º17.24%77.25%-
HSV(B)177º9.66%81.18%-
XYZ53.9559.6567.06-
YUV200.91130.87118.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 206 (80.86% from 255) = 34.33%
R=31.17%
G=34.5%
B=34.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872072060.1000.000.1917717.2477.25
HexBBCFCEA0013b1114d
Octal27331731612002326121115
Binary1011101111001111110011101010001001110110001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFCE; }

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

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

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

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

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

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

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

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