Html Css Color HEX #BECACD Iron

📋 copy color: '#BECACD'

red 190 ◦ green 202 ◦ blue 205

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

Shades of Iron #BECACD

Tints of Iron #BECACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.34%

R = 31.83%
G = 33.84%
B = 34.34%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BECACD (or 0xBECACD) is known color: Iron. HEX triplet: BE, CA and CD. RGB value is (190,202,205). Sum of RGB (Red+Green+Blue) = 190+202+205=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: blue. Hex color #BECACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECACD is #413532. Grayscale: #C6C6C6. Windows color (decimal): -4273459 or 13486782. OLE color: 13486782.

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

Color convert

RGB 190 202 205 -
CMYK 0.07 0.01 0 0.20
HSL 192º 0.13% 0.77% -
HSV(B) 192º 0.07% 0.8% -
XYZ 53.38 57.6 66.06 -
YUV 198.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 190 202 205 0.07 0.01 0 0.20 192 0.13 0.77
Hex BE CA CD 7 1 0 14 C0 D 4D
Octal 276 312 315 7 1 0 24 300 15 115
Binary 10111110 11001010 11001101 111 1 0 10100 11000000 1101 1001101

Color Harmonies of #BECACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECACD

Black with #BECACD

Text Example


Text Example

White with #BECACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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