Html Css Color HEX #BECEAC Pixie Green

📋 copy color: '#BECEAC'

red 190 ◦ green 206 ◦ blue 172

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

Shades of Pixie Green #BECEAC

Tints of Pixie Green #BECEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.28%

R = 33.45%
G = 36.27%
B = 30.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#BECEAC (or 0xBECEAC) is known color: Pixie Green. HEX triplet: BE, CE and AC. RGB value is (190,206,172). Sum of RGB (Red+Green+Blue) = 190+206+172=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEAC is #413153. Grayscale: #C5C5C5. Windows color (decimal): -4272468 or 11325118. OLE color: 11325118.

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

Color convert

RGB 190 206 172 -
CMYK 0.08 0 0.17 0.19
HSL 88.24º 0.26% 0.74% -
HSV(B) 88.24º 0.17% 0.81% -
XYZ 50.75 58.07 47.56 -
YUV 197.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 190 206 172 0.08 0 0.17 0.19 88.24 0.26 0.74
Hex BE CE AC 8 0 11 13 58 1A 4A
Octal 276 316 254 10 0 21 23 130 32 112
Binary 10111110 11001110 10101100 1000 0 10001 10011 1011000 11010 1001010

Color Harmonies of #BECEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEAC

Black with #BECEAC

Text Example


Text Example

White with #BECEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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