Html Css Color HEX #BDCDCE Iron

📋 copy color: '#BDCDCE'

red 189 ◦ green 205 ◦ blue 206

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

Shades of Iron #BDCDCE

Tints of Iron #BDCDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.33%

R = 31.5%
G = 34.17%
B = 34.33%

CMYK

 C value IS 0.08

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDCDCE (or 0xBDCDCE) is known color: Iron. HEX triplet: BD, CD and CE. RGB value is (189,205,206). Sum of RGB (Red+Green+Blue) = 189+205+206=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDCDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDCE is #423231. Grayscale: #C8C8C8. Windows color (decimal): -4338226 or 13553085. OLE color: 13553085.

HSL color Cylindrical-coordinate representation of color #BDCDCE: hue angle of 183.53º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCDCE is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 205 206 -
CMYK 0.08 0.00 0 0.19
HSL 183.53º 0.15% 0.77% -
HSV(B) 183.53º 0.08% 0.81% -
XYZ 53.96 58.94 66.92 -
YUV 200.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 189 205 206 0.08 0.00 0 0.19 183.53 0.15 0.77
Hex BD CD CE 8 0 0 13 B8 F 4D
Octal 275 315 316 10 0 0 23 270 17 115
Binary 10111101 11001101 11001110 1000 0 0 10011 10111000 1111 1001101

Color Harmonies of #BDCDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDCE

Black with #BDCDCE

Text Example


Text Example

White with #BDCDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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