Html Css Color HEX #BDCDD2 Iron

📋 copy color: '#BDCDD2'

red 189 ◦ green 205 ◦ blue 210

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

Shades of Iron #BDCDD2

Tints of Iron #BDCDD2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.94%

 BLUE value IS 210 (82.42% from 255) = 34.77%

R = 31.29%
G = 33.94%
B = 34.77%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDCDD2 (or 0xBDCDD2) is known color: Iron. HEX triplet: BD, CD and D2. RGB value is (189,205,210). Sum of RGB (Red+Green+Blue) = 189+205+210=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDCDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDD2 is #42322D. Grayscale: #C8C8C8. Windows color (decimal): -4338222 or 13815229. OLE color: 13815229.

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

Color convert

RGB 189 205 210 -
CMYK 0.10 0.02 0 0.18
HSL 194.29º 0.19% 0.78% -
HSV(B) 194.29º 0.1% 0.82% -
XYZ 54.45 59.13 69.52 -
YUV 200.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 189 205 210 0.10 0.02 0 0.18 194.29 0.19 0.78
Hex BD CD D2 A 2 0 12 C2 13 4E
Octal 275 315 322 12 2 0 22 302 23 116
Binary 10111101 11001101 11010010 1010 10 0 10010 11000010 10011 1001110

Color Harmonies of #BDCDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDD2

Black with #BDCDD2

Text Example


Text Example

White with #BDCDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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