Html Css Color HEX #BECACA Iron

📋 copy color: '#BECACA'

red 190 ◦ green 202 ◦ blue 202

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

Shades of Iron #BECACA

Tints of Iron #BECACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.01%

R = 31.99%
G = 34.01%
B = 34.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BECACA (or 0xBECACA) is known color: Iron. HEX triplet: BE, CA and CA. RGB value is (190,202,202). Sum of RGB (Red+Green+Blue) = 190+202+202=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #BECACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECACA is #413535. Grayscale: #C6C6C6. Windows color (decimal): -4273462 or 13290174. OLE color: 13290174.

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

Color convert

RGB 190 202 202 -
CMYK 0.06 0 0 0.21
HSL 180º 0.1% 0.77% -
HSV(B) 180º 0.06% 0.79% -
XYZ 53.02 57.45 64.17 -
YUV 198.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 190 202 202 0.06 0 0 0.21 180 0.1 0.77
Hex BE CA CA 6 0 0 15 B4 A 4D
Octal 276 312 312 6 0 0 25 264 12 115
Binary 10111110 11001010 11001010 110 0 0 10101 10110100 1010 1001101

Color Harmonies of #BECACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECACA

Black with #BECACA

Text Example


Text Example

White with #BECACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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