#BBCBD0

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

Shades of Iron #BBCBD0

Tints of Iron #BBCBD0

Color information

#BBCBD0 (or 0xBBCBD0) is unknown color: approx Iron. HEX triplet: BB, CB and D0. RGB value is (187,203,208). Sum of RGB (Red+Green+Blue) = 187+203+208=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBCBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBD0 is #44342F. Grayscale: #C6C6C6. Windows color (decimal): -4469808 or 13683643. OLE color: 13683643.

HSL color Cylindrical-coordinate representation of color #BBCBD0: hue angle of 194.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCBD0 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187203208-
CMYK0.100.0200.18
HSL194.29º18.26%77.45%-
HSV(B)194.29º10.1%81.57%-
XYZ53.2357.8368.03-
YUV198.79133.2119.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 203 (79.69% from 255) = 33.95%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=31.27%
G=33.95%
B=34.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872032080.100.0200.18194.2918.2677.45
HexBBCBD0A2012c2124d
Octal27331332012202230222115
Binary10111011110010111101000010101001001011000010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBD0; }

 p { color: rgb(187,203,208); }

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

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

 a { background-color: rgb(187,203,208); }

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

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

 span { border-color: rgb(187,203,208); }

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