#BBCFCD

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

Shades of Iron #BBCFCD

Tints of Iron #BBCFCD

Color information

#BBCFCD (or 0xBBCFCD) is unknown color: approx Iron. HEX triplet: BB, CF and CD. RGB value is (187,207,205). Sum of RGB (Red+Green+Blue) = 187+207+205=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFCD is #443032. Grayscale: #C8C8C8. Windows color (decimal): -4468787 or 13488059. OLE color: 13488059.

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

Color convert

RGB187207205-
CMYK0.1000.010.19
HSL174º17.24%77.25%-
HSV(B)174º9.66%81.18%-
XYZ53.8359.666.42-
YUV200.79130.37118.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 207 (81.25% from 255) = 34.56%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=31.22%
G=34.56%
B=34.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872072050.1000.010.1917417.2477.25
HexBBCFCDA0113ae114d
Octal27331731512012325621115
Binary1011101111001111110011011010011001110101110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFCD; }

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

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

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

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

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

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

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

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