Html Css Color HEX #BECAC9 Iron

📋 copy color: '#BECAC9'

red 190 ◦ green 202 ◦ blue 201

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

Shades of Iron #BECAC9

Tints of Iron #BECAC9

RGB

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

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

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

R = 32.04%
G = 34.06%
B = 33.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#BECAC9 (or 0xBECAC9) is known color: Iron. HEX triplet: BE, CA and C9. RGB value is (190,202,201). Sum of RGB (Red+Green+Blue) = 190+202+201=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 202 - color contains mainly: green. Hex color #BECAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAC9 is #413536. Grayscale: #C6C6C6. Windows color (decimal): -4273463 or 13224638. OLE color: 13224638.

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

Color convert

RGB 190 202 201 -
CMYK 0.06 0 0.00 0.21
HSL 175º 0.1% 0.77% -
HSV(B) 175º 0.06% 0.79% -
XYZ 52.9 57.41 63.55 -
YUV 198.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 190 202 201 0.06 0 0.00 0.21 175 0.1 0.77
Hex BE CA C9 6 0 0 15 AF A 4D
Octal 276 312 311 6 0 0 25 257 12 115
Binary 10111110 11001010 11001001 110 0 0 10101 10101111 1010 1001101

Color Harmonies of #BECAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECAC9

Black with #BECAC9

Text Example


Text Example

White with #BECAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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