Html Css Color HEX #BECACB Iron

📋 copy color: '#BECACB'

red 190 ◦ green 202 ◦ blue 203

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

Shades of Iron #BECACB

Tints of Iron #BECACB

RGB

 RED value IS 190 (74.61% from 255) = 31.93%

 GREEN value IS 202 (79.3% from 255) = 33.95%

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

R = 31.93%
G = 33.95%
B = 34.12%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BECACB (or 0xBECACB) is known color: Iron. HEX triplet: BE, CA and CB. RGB value is (190,202,203). Sum of RGB (Red+Green+Blue) = 190+202+203=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 203 - color contains mainly: blue. Hex color #BECACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECACB is #413534. Grayscale: #C6C6C6. Windows color (decimal): -4273461 or 13355710. OLE color: 13355710.

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

Color convert

RGB 190 202 203 -
CMYK 0.06 0.00 0 0.20
HSL 184.62º 0.11% 0.77% -
HSV(B) 184.62º 0.06% 0.8% -
XYZ 53.14 57.5 64.8 -
YUV 198.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 190 202 203 0.06 0.00 0 0.20 184.62 0.11 0.77
Hex BE CA CB 6 0 0 14 B9 B 4D
Octal 276 312 313 6 0 0 24 271 13 115
Binary 10111110 11001010 11001011 110 0 0 10100 10111001 1011 1001101

Color Harmonies of #BECACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECACB

Black with #BECACB

Text Example


Text Example

White with #BECACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECACB; }

 p { color: rgb(190,202,203); }

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

background-color css

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

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

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

border-color css

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

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

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