Html Css Color HEX #BDD0D4 Iron

📋 copy color: '#BDD0D4'

red 189 ◦ green 208 ◦ blue 212

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

Shades of Iron #BDD0D4

Tints of Iron #BDD0D4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.15%

 BLUE value IS 212 (83.2% from 255) = 34.81%

R = 31.03%
G = 34.15%
B = 34.81%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BDD0D4 (or 0xBDD0D4) is known color: Iron. HEX triplet: BD, D0 and D4. RGB value is (189,208,212). Sum of RGB (Red+Green+Blue) = 189+208+212=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 208 (81.64% from 255 or 34.15% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDD0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0D4 is #422F2B. Grayscale: #CACACA. Windows color (decimal): -4337452 or 13947069. OLE color: 13947069.

HSL color Cylindrical-coordinate representation of color #BDD0D4: hue angle of 190.43º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD0D4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 208 212 -
CMYK 0.11 0.02 0 0.17
HSL 190.43º 0.21% 0.79% -
HSV(B) 190.43º 0.11% 0.83% -
XYZ 55.43 60.68 71.08 -
YUV 202.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 189 208 212 0.11 0.02 0 0.17 190.43 0.21 0.79
Hex BD D0 D4 B 2 0 11 BE 15 4F
Octal 275 320 324 13 2 0 21 276 25 117
Binary 10111101 11010000 11010100 1011 10 0 10001 10111110 10101 1001111

Color Harmonies of #BDD0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0D4

Black with #BDD0D4

Text Example


Text Example

White with #BDD0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0D4; }

 p { color: rgb(189,208,212); }

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

background-color css

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

 a { background-color: rgb(189,208,212); }

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

border-color css

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

 span { border-color: rgb(189,208,212); }

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