Html Css Color HEX #BECDAC Pixie Green

📋 copy color: '#BECDAC'

red 190 ◦ green 205 ◦ blue 172

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

Shades of Pixie Green #BECDAC

Tints of Pixie Green #BECDAC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.16%

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

R = 33.51%
G = 36.16%
B = 30.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#BECDAC (or 0xBECDAC) is known color: Pixie Green. HEX triplet: BE, CD and AC. RGB value is (190,205,172). Sum of RGB (Red+Green+Blue) = 190+205+172=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDAC is #413253. Grayscale: #C4C4C4. Windows color (decimal): -4272724 or 11324862. OLE color: 11324862.

HSL color Cylindrical-coordinate representation of color #BECDAC: hue angle of 87.27º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECDAC is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 172 -
CMYK 0.07 0 0.16 0.20
HSL 87.27º 0.25% 0.74% -
HSV(B) 87.27º 0.16% 0.8% -
XYZ 50.51 57.59 47.48 -
YUV 196.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 190 205 172 0.07 0 0.16 0.20 87.27 0.25 0.74
Hex BE CD AC 7 0 10 14 57 19 4A
Octal 276 315 254 7 0 20 24 127 31 112
Binary 10111110 11001101 10101100 111 0 10000 10100 1010111 11001 1001010

Color Harmonies of #BECDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDAC

Black with #BECDAC

Text Example


Text Example

White with #BECDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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