Html Css Color HEX #BDCDCD Iron

📋 copy color: '#BDCDCD'

red 189 ◦ green 205 ◦ blue 205

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

Shades of Iron #BDCDCD

Tints of Iron #BDCDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.22%

R = 31.55%
G = 34.22%
B = 34.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDCDCD (or 0xBDCDCD) is known color: Iron. HEX triplet: BD, CD and CD. RGB value is (189,205,205). Sum of RGB (Red+Green+Blue) = 189+205+205=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #BDCDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDCD is #423232. Grayscale: #C8C8C8. Windows color (decimal): -4338227 or 13487549. OLE color: 13487549.

HSL color Cylindrical-coordinate representation of color #BDCDCD: hue angle of 180º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCDCD is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 205 -
CMYK 0.08 0 0 0.20
HSL 180º 0.14% 0.77% -
HSV(B) 180º 0.08% 0.8% -
XYZ 53.84 58.89 66.29 -
YUV 200.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 189 205 205 0.08 0 0 0.20 180 0.14 0.77
Hex BD CD CD 8 0 0 14 B4 E 4D
Octal 275 315 315 10 0 0 24 264 16 115
Binary 10111101 11001101 11001101 1000 0 0 10100 10110100 1110 1001101

Color Harmonies of #BDCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDCD

Black with #BDCDCD

Text Example


Text Example

White with #BDCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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