Html Css Color HEX #BDCBCB Iron

📋 copy color: '#BDCBCB'

red 189 ◦ green 203 ◦ blue 203

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

Shades of Iron #BDCBCB

Tints of Iron #BDCBCB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.12%

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

R = 31.76%
G = 34.12%
B = 34.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDCBCB (or 0xBDCBCB) is known color: Iron. HEX triplet: BD, CB and CB. RGB value is (189,203,203). Sum of RGB (Red+Green+Blue) = 189+203+203=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #BDCBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBCB is #423434. Grayscale: #C6C6C6. Windows color (decimal): -4338741 or 13355965. OLE color: 13355965.

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

Color convert

RGB 189 203 203 -
CMYK 0.07 0 0 0.20
HSL 180º 0.12% 0.77% -
HSV(B) 180º 0.07% 0.8% -
XYZ 53.12 57.84 64.86 -
YUV 198.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 189 203 203 0.07 0 0 0.20 180 0.12 0.77
Hex BD CB CB 7 0 0 14 B4 C 4D
Octal 275 313 313 7 0 0 24 264 14 115
Binary 10111101 11001011 11001011 111 0 0 10100 10110100 1100 1001101

Color Harmonies of #BDCBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBCB

Black with #BDCBCB

Text Example


Text Example

White with #BDCBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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