Html Css Color HEX #BECFA8 Pixie Green

📋 copy color: '#BECFA8'

red 190 ◦ green 207 ◦ blue 168

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

Shades of Pixie Green #BECFA8

Tints of Pixie Green #BECFA8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.64%

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

R = 33.63%
G = 36.64%
B = 29.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#BECFA8 (or 0xBECFA8) is known color: Pixie Green. HEX triplet: BE, CF and A8. RGB value is (190,207,168). Sum of RGB (Red+Green+Blue) = 190+207+168=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECFA8 is #413057. Grayscale: #C5C5C5. Windows color (decimal): -4272216 or 11063230. OLE color: 11063230.

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

Color convert

RGB 190 207 168 -
CMYK 0.08 0 0.19 0.19
HSL 86.15º 0.29% 0.74% -
HSV(B) 86.15º 0.19% 0.81% -
XYZ 50.62 58.4 45.65 -
YUV 197.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 190 207 168 0.08 0 0.19 0.19 86.15 0.29 0.74
Hex BE CF A8 8 0 13 13 56 1D 4A
Octal 276 317 250 10 0 23 23 126 35 112
Binary 10111110 11001111 10101000 1000 0 10011 10011 1010110 11101 1001010

Color Harmonies of #BECFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFA8

Black with #BECFA8

Text Example


Text Example

White with #BECFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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