Html Css Color HEX #BDD2D1 Iron

📋 copy color: '#BDD2D1'

red 189 ◦ green 210 ◦ blue 209

#BDD2D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iron #BDD2D1

Tints of Iron #BDD2D1

RGB

 RED value IS 189 (74.22% from 255) = 31.09%

 GREEN value IS 210 (82.42% from 255) = 34.54%

 BLUE value IS 209 (82.03% from 255) = 34.38%

R = 31.09%
G = 34.54%
B = 34.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#BDD2D1 (or 0xBDD2D1) is known color: Iron. HEX triplet: BD, D2 and D1. RGB value is (189,210,209). Sum of RGB (Red+Green+Blue) = 189+210+209=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 210 (82.42% from 255 or 34.54% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2D1 is #422D2E. Grayscale: #CBCBCB. Windows color (decimal): -4336943 or 13750973. OLE color: 13750973.

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

Color convert

RGB 189 210 209 -
CMYK 0.10 0 0.00 0.18
HSL 177.14º 0.19% 0.78% -
HSV(B) 177.14º 0.1% 0.82% -
XYZ 55.54 61.52 69.27 -
YUV 203.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 189 210 209 0.10 0 0.00 0.18 177.14 0.19 0.78
Hex BD D2 D1 A 0 0 12 B1 13 4E
Octal 275 322 321 12 0 0 22 261 23 116
Binary 10111101 11010010 11010001 1010 0 0 10010 10110001 10011 1001110

Color Harmonies of #BDD2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD2D1

Black with #BDD2D1

Text Example


Text Example

White with #BDD2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD2D1; }

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

 H1.HeaderClassName
 {
   color: #BDD2D1;
 }
 .AnyTagClassName
 {
   color: #BDD2D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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