#BBCCD0

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

Shades of Iron #BBCCD0

Tints of Iron #BBCCD0

Color information

#BBCCD0 (or 0xBBCCD0) is unknown color: approx Iron. HEX triplet: BB, CC and D0. RGB value is (187,204,208). Sum of RGB (Red+Green+Blue) = 187+204+208=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCD0 is #44332F. Grayscale: #C7C7C7. Windows color (decimal): -4469552 or 13683899. OLE color: 13683899.

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

Color convert

RGB187204208-
CMYK0.100.0200.18
HSL191.43º18.26%77.45%-
HSV(B)191.43º10.1%81.57%-
XYZ53.4758.368.11-
YUV199.37132.87119.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 208 (81.64% from 255) = 34.72%
R=31.22%
G=34.06%
B=34.72%

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
Decimal1872042080.100.0200.18191.4318.2677.45
HexBBCCD0A2012bf124d
Octal27331432012202227722115
Binary10111011110011001101000010101001001010111111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCD0; }

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

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

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

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

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

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

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

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