Html Css Color HEX #BECCA5 Pale Leaf

📋 copy color: '#BECCA5'

red 190 ◦ green 204 ◦ blue 165

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

Shades of Pale Leaf #BECCA5

Tints of Pale Leaf #BECCA5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.49%

 BLUE value IS 165 (64.84% from 255) = 29.52%

R = 33.99%
G = 36.49%
B = 29.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#BECCA5 (or 0xBECCA5) is known color: Pale Leaf. HEX triplet: BE, CC and A5. RGB value is (190,204,165). Sum of RGB (Red+Green+Blue) = 190+204+165=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #BECCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECCA5 is #41335A. Grayscale: #C3C3C3. Windows color (decimal): -4272987 or 10865854. OLE color: 10865854.

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

Color convert

RGB 190 204 165 -
CMYK 0.07 0 0.19 0.2
HSL 81.54º 0.28% 0.72% -
HSV(B) 81.54º 0.19% 0.8% -
XYZ 49.62 56.85 43.96 -
YUV 195.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 190 204 165 0.07 0 0.19 0.2 81.54 0.28 0.72
Hex BE CC A5 7 0 13 14 52 1C 48
Octal 276 314 245 7 0 23 24 122 34 110
Binary 10111110 11001100 10100101 111 0 10011 10100 1010010 11100 1001000

Color Harmonies of #BECCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCA5

Black with #BECCA5

Text Example


Text Example

White with #BECCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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