#BBCCCD

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

Shades of Iron #BBCCCD

Tints of Iron #BBCCCD

Color information

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

HSL color Cylindrical-coordinate representation of color #BBCCCD: hue angle of 183.33º 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 #BBCCCD is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187204205-
CMYK0.090.0000.20
HSL183.33º15.25%76.86%-
HSV(B)183.33º8.78%80.39%-
XYZ53.1158.1666.18-
YUV199.03131.37119.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872042050.090.0000.20183.3315.2576.86
HexBBCCCD90014b7f4d
Octal27331431511002426717115
Binary101110111100110011001101100100101001011011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCCD; }

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

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

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

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

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

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

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

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