#BBCED1

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

Shades of Iron #BBCED1

Tints of Iron #BBCED1

Color information

#BBCED1 (or 0xBBCED1) is unknown color: approx Iron. HEX triplet: BB, CE and D1. RGB value is (187,206,209). Sum of RGB (Red+Green+Blue) = 187+206+209=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBCED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCED1 is #44312E. Grayscale: #C8C8C8. Windows color (decimal): -4469039 or 13749947. OLE color: 13749947.

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

Color convert

RGB187206209-
CMYK0.110.0100.18
HSL188.18º19.3%77.65%-
HSV(B)188.18º10.53%81.96%-
XYZ54.0759.3168.92-
YUV200.66132.71118.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 209 (82.03% from 255) = 34.72%
R=31.06%
G=34.22%
B=34.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872062090.110.0100.18188.1819.377.65
HexBBCED1B1012bc134e
Octal27331632113102227423116
Binary1011101111001110110100011011101001010111100100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCED1; }

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

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

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

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

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

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

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

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