#BBCCD1

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

Shades of Iron #BBCCD1

Tints of Iron #BBCCD1

Color information

#BBCCD1 (or 0xBBCCD1) is unknown color: approx Iron. HEX triplet: BB, CC and D1. RGB value is (187,204,209). Sum of RGB (Red+Green+Blue) = 187+204+209=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCD1 is #44332E. Grayscale: #C7C7C7. Windows color (decimal): -4469551 or 13749435. OLE color: 13749435.

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

Color convert

RGB187204209-
CMYK0.110.0200.18
HSL193.64º19.3%77.65%-
HSV(B)193.64º10.53%81.96%-
XYZ53.658.3568.76-
YUV199.49133.37119.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 209 (82.03% from 255) = 34.83%
R=31.17%
G=34%
B=34.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872042090.110.0200.18193.6419.377.65
HexBBCCD1B2012c2134e
Octal27331432113202230223116
Binary10111011110011001101000110111001001011000010100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCD1; }

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

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

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

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

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

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

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

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