Html Css Color HEX #BDD0D1 Iron

📋 copy color: '#BDD0D1'

red 189 ◦ green 208 ◦ blue 209

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

Shades of Iron #BDD0D1

Tints of Iron #BDD0D1

RGB

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

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

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

R = 31.19%
G = 34.32%
B = 34.49%

CMYK

 C value IS 0.10

 M value IS 0.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDD0D1 (or 0xBDD0D1) is known color: Iron. HEX triplet: BD, D0 and D1. RGB value is (189,208,209). Sum of RGB (Red+Green+Blue) = 189+208+209=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDD0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0D1 is #422F2E. Grayscale: #CACACA. Windows color (decimal): -4337455 or 13750461. OLE color: 13750461.

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

Color convert

RGB 189 208 209 -
CMYK 0.10 0.00 0 0.18
HSL 183º 0.18% 0.78% -
HSV(B) 183º 0.1% 0.82% -
XYZ 55.05 60.53 69.1 -
YUV 202.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 189 208 209 0.10 0.00 0 0.18 183 0.18 0.78
Hex BD D0 D1 A 0 0 12 B7 12 4E
Octal 275 320 321 12 0 0 22 267 22 116
Binary 10111101 11010000 11010001 1010 0 0 10010 10110111 10010 1001110

Color Harmonies of #BDD0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD0D1

Black with #BDD0D1

Text Example


Text Example

White with #BDD0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD0D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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