#BBCDCC

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

Shades of Iron #BBCDCC

Tints of Iron #BBCDCC

Color information

#BBCDCC (or 0xBBCDCC) is unknown color: approx Iron. HEX triplet: BB, CD and CC. RGB value is (187,205,204). Sum of RGB (Red+Green+Blue) = 187+205+204=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDCC is #443233. Grayscale: #C7C7C7. Windows color (decimal): -4469300 or 13422011. OLE color: 13422011.

HSL color Cylindrical-coordinate representation of color #BBCDCC: hue angle of 176.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDCC is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB187205204-
CMYK0.0900.000.20
HSL176.67º15.25%76.86%-
HSV(B)176.67º8.78%80.39%-
XYZ53.2258.5965.63-
YUV199.5130.54119.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.38%
GREEN value IS 205 (80.47% from 255) = 34.40%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=31.38%
G=34.40%
B=34.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872052040.0900.000.20176.6715.2576.86
HexBBCDCC90014b1f4d
Octal27331531411002426117115
Binary101110111100110111001100100100101001011000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDCC; }

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

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

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

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

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

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

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

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