#BBD2D1

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

Shades of Iron #BBD2D1

Tints of Iron #BBD2D1

Color information

#BBD2D1 (or 0xBBD2D1) is unknown color: approx Iron. HEX triplet: BB, D2 and D1. RGB value is (187,210,209). Sum of RGB (Red+Green+Blue) = 187+210+209=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2D1 is #442D2E. Grayscale: #CACACA. Windows color (decimal): -4468015 or 13750971. OLE color: 13750971.

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

Color convert

RGB187210209-
CMYK0.1100.000.18
HSL177.39º20.35%77.84%-
HSV(B)177.39º10.95%82.35%-
XYZ55.0561.2669.24-
YUV203.01131.38116.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 210 (82.42% from 255) = 34.65%
BLUE value IS 209 (82.03% from 255) = 34.49%
R=30.86%
G=34.65%
B=34.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872102090.1100.000.18177.3920.3577.84
HexBBD2D1B0012b1144e
Octal27332232113002226124116
Binary1011101111010010110100011011001001010110001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2D1; }

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

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

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

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

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

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

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

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