Html Css Color HEX #BECEA8 Pixie Green

📋 copy color: '#BECEA8'

red 190 ◦ green 206 ◦ blue 168

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

Shades of Pixie Green #BECEA8

Tints of Pixie Green #BECEA8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.52%

 BLUE value IS 168 (66.02% from 255) = 29.79%

R = 33.69%
G = 36.52%
B = 29.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#BECEA8 (or 0xBECEA8) is known color: Pixie Green. HEX triplet: BE, CE and A8. RGB value is (190,206,168). Sum of RGB (Red+Green+Blue) = 190+206+168=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEA8 is #413157. Grayscale: #C5C5C5. Windows color (decimal): -4272472 or 11062974. OLE color: 11062974.

HSL color Cylindrical-coordinate representation of color #BECEA8: hue angle of 85.26º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BECEA8 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 168 -
CMYK 0.08 0 0.18 0.19
HSL 85.26º 0.28% 0.73% -
HSV(B) 85.26º 0.18% 0.81% -
XYZ 50.37 57.92 45.57 -
YUV 196.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 190 206 168 0.08 0 0.18 0.19 85.26 0.28 0.73
Hex BE CE A8 8 0 12 13 55 1C 49
Octal 276 316 250 10 0 22 23 125 34 111
Binary 10111110 11001110 10101000 1000 0 10010 10011 1010101 11100 1001001

Color Harmonies of #BECEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEA8

Black with #BECEA8

Text Example


Text Example

White with #BECEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEA8; }

 p { color: rgb(190,206,168); }

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

background-color css

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

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

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

border-color css

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

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

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