Html Css Color HEX #BED6A6 Pixie Green

📋 copy color: '#BED6A6'

red 190 ◦ green 214 ◦ blue 166

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

Shades of Pixie Green #BED6A6

Tints of Pixie Green #BED6A6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.54%

 BLUE value IS 166 (65.23% from 255) = 29.12%

R = 33.33%
G = 37.54%
B = 29.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#BED6A6 (or 0xBED6A6) is known color: Pixie Green. HEX triplet: BE, D6 and A6. RGB value is (190,214,166). Sum of RGB (Red+Green+Blue) = 190+214+166=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED6A6 is #412959. Grayscale: #C9C9C9. Windows color (decimal): -4270426 or 10933950. OLE color: 10933950.

HSL color Cylindrical-coordinate representation of color #BED6A6: hue angle of 90º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BED6A6 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 166 -
CMYK 0.11 0 0.22 0.16
HSL 90º 0.37% 0.75% -
HSV(B) 90º 0.22% 0.84% -
XYZ 52.16 61.79 45.25 -
YUV 201.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 190 214 166 0.11 0 0.22 0.16 90 0.37 0.75
Hex BE D6 A6 B 0 16 10 5A 25 4B
Octal 276 326 246 13 0 26 20 132 45 113
Binary 10111110 11010110 10100110 1011 0 10110 10000 1011010 100101 1001011

Color Harmonies of #BED6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED6A6

Black with #BED6A6

Text Example


Text Example

White with #BED6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED6A6; }

 p { color: rgb(190,214,166); }

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

background-color css

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

 a { background-color: rgb(190,214,166); }

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

border-color css

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

 span { border-color: rgb(190,214,166); }

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