Html Css Color HEX #BECEAF Pixie Green

📋 copy color: '#BECEAF'

red 190 ◦ green 206 ◦ blue 175

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

Shades of Pixie Green #BECEAF

Tints of Pixie Green #BECEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.65%

R = 33.27%
G = 36.08%
B = 30.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#BECEAF (or 0xBECEAF) is known color: Pixie Green. HEX triplet: BE, CE and AF. RGB value is (190,206,175). Sum of RGB (Red+Green+Blue) = 190+206+175=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEAF is #413150. Grayscale: #C5C5C5. Windows color (decimal): -4272465 or 11521726. OLE color: 11521726.

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

Color convert

RGB 190 206 175 -
CMYK 0.08 0 0.15 0.19
HSL 90.97º 0.24% 0.75% -
HSV(B) 90.97º 0.15% 0.81% -
XYZ 51.04 58.18 49.1 -
YUV 197.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 190 206 175 0.08 0 0.15 0.19 90.97 0.24 0.75
Hex BE CE AF 8 0 F 13 5B 18 4B
Octal 276 316 257 10 0 17 23 133 30 113
Binary 10111110 11001110 10101111 1000 0 1111 10011 1011011 11000 1001011

Color Harmonies of #BECEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEAF

Black with #BECEAF

Text Example


Text Example

White with #BECEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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