#BECCAD

Color #BECCAD Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #BECCAD

Tints of Pale Leaf #BECCAD

Color information

#BECCAD (or 0xBECCAD) is unknown color: approx Pale Leaf. HEX triplet: BE, CC and AD. RGB value is (190,204,173). Sum of RGB (Red+Green+Blue) = 190+204+173=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECCAD is #413352. Grayscale: #C4C4C4. Windows color (decimal): -4272979 or 11390142. OLE color: 11390142.

HSL color Cylindrical-coordinate representation of color #BECCAD: hue angle of 87.1º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BECCAD is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB190204173-
CMYK0.0700.150.2
HSL87.1º23.31%73.92%-
HSV(B)87.1º15.2%80%-
XYZ50.3757.1547.91-
YUV196.28114.86123.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.51%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=33.51%
G=35.98%
B=30.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1902041730.0700.150.287.123.3173.92
HexBECCAD70F1457174a
Octal27631425570172412727112
Binary10111110110011001010110111101111101001010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECCAD; }

 p { color: rgb(190,204,173); }

 H1.HeaderClassName
 {
   color: #BECCAD;
 }
 .AnyTagClassName
 {
   color: #BECCAD;
 }
</style>
background-color css

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

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

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

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

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

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