Html Css Color HEX #BDCCD1 Iron

📋 copy color: '#BDCCD1'

red 189 ◦ green 204 ◦ blue 209

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

Shades of Iron #BDCCD1

Tints of Iron #BDCCD1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.89%

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

R = 31.4%
G = 33.89%
B = 34.72%

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

#BDCCD1 (or 0xBDCCD1) is known color: Iron. HEX triplet: BD, CC and D1. RGB value is (189,204,209). Sum of RGB (Red+Green+Blue) = 189+204+209=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCD1 is #42332E. Grayscale: #C8C8C8. Windows color (decimal): -4338479 or 13749437. OLE color: 13749437.

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

Color convert

RGB 189 204 209 -
CMYK 0.10 0.02 0 0.18
HSL 195º 0.18% 0.78% -
HSV(B) 195º 0.1% 0.82% -
XYZ 54.09 58.61 68.78 -
YUV 200.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 189 204 209 0.10 0.02 0 0.18 195 0.18 0.78
Hex BD CC D1 A 2 0 12 C3 12 4E
Octal 275 314 321 12 2 0 22 303 22 116
Binary 10111101 11001100 11010001 1010 10 0 10010 11000011 10010 1001110

Color Harmonies of #BDCCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCD1

Black with #BDCCD1

Text Example


Text Example

White with #BDCCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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