Html Css Color HEX #BDCDCC Iron

📋 copy color: '#BDCDCC'

red 189 ◦ green 205 ◦ blue 204

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

Shades of Iron #BDCDCC

Tints of Iron #BDCDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.11%

R = 31.61%
G = 34.28%
B = 34.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#BDCDCC (or 0xBDCDCC) is known color: Iron. HEX triplet: BD, CD and CC. RGB value is (189,205,204). Sum of RGB (Red+Green+Blue) = 189+205+204=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDCC is #423233. Grayscale: #C8C8C8. Windows color (decimal): -4338228 or 13422013. OLE color: 13422013.

HSL color Cylindrical-coordinate representation of color #BDCDCC: hue angle of 176.25º 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 #BDCDCC is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 204 -
CMYK 0.08 0 0.00 0.20
HSL 176.25º 0.14% 0.77% -
HSV(B) 176.25º 0.08% 0.8% -
XYZ 53.72 58.84 65.65 -
YUV 200.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 189 205 204 0.08 0 0.00 0.20 176.25 0.14 0.77
Hex BD CD CC 8 0 0 14 B0 E 4D
Octal 275 315 314 10 0 0 24 260 16 115
Binary 10111101 11001101 11001100 1000 0 0 10100 10110000 1110 1001101

Color Harmonies of #BDCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDCC

Black with #BDCDCC

Text Example


Text Example

White with #BDCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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