Html Css Color HEX #BDC9CB Iron

📋 copy color: '#BDC9CB'

red 189 ◦ green 201 ◦ blue 203

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

Shades of Iron #BDC9CB

Tints of Iron #BDC9CB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.9%

 BLUE value IS 203 (79.69% from 255) = 34.23%

R = 31.87%
G = 33.9%
B = 34.23%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDC9CB (or 0xBDC9CB) is known color: Iron. HEX triplet: BD, C9 and CB. RGB value is (189,201,203). Sum of RGB (Red+Green+Blue) = 189+201+203=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9CB is #423634. Grayscale: #C5C5C5. Windows color (decimal): -4339253 or 13355453. OLE color: 13355453.

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

Color convert

RGB 189 201 203 -
CMYK 0.07 0.01 0 0.20
HSL 188.57º 0.12% 0.77% -
HSV(B) 188.57º 0.07% 0.8% -
XYZ 52.65 56.9 64.71 -
YUV 197.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 189 201 203 0.07 0.01 0 0.20 188.57 0.12 0.77
Hex BD C9 CB 7 1 0 14 BD C 4D
Octal 275 311 313 7 1 0 24 275 14 115
Binary 10111101 11001001 11001011 111 1 0 10100 10111101 1100 1001101

Color Harmonies of #BDC9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9CB

Black with #BDC9CB

Text Example


Text Example

White with #BDC9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9CB; }

 p { color: rgb(189,201,203); }

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

background-color css

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

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

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

border-color css

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

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

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