Html Css Color HEX #BECACE Iron

📋 copy color: '#BECACE'

red 190 ◦ green 202 ◦ blue 206

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

Shades of Iron #BECACE

Tints of Iron #BECACE

RGB

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

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

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

R = 31.77%
G = 33.78%
B = 34.45%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BECACE (or 0xBECACE) is known color: Iron. HEX triplet: BE, CA and CE. RGB value is (190,202,206). Sum of RGB (Red+Green+Blue) = 190+202+206=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: blue. Hex color #BECACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECACE is #413531. Grayscale: #C6C6C6. Windows color (decimal): -4273458 or 13552318. OLE color: 13552318.

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

Color convert

RGB 190 202 206 -
CMYK 0.08 0.02 0 0.19
HSL 195º 0.14% 0.78% -
HSV(B) 195º 0.08% 0.81% -
XYZ 53.5 57.64 66.7 -
YUV 198.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 190 202 206 0.08 0.02 0 0.19 195 0.14 0.78
Hex BE CA CE 8 2 0 13 C3 E 4E
Octal 276 312 316 10 2 0 23 303 16 116
Binary 10111110 11001010 11001110 1000 10 0 10011 11000011 1110 1001110

Color Harmonies of #BECACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECACE

Black with #BECACE

Text Example


Text Example

White with #BECACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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