Html Css Color HEX #BED0AC Pixie Green

📋 copy color: '#BED0AC'

red 190 ◦ green 208 ◦ blue 172

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

Shades of Pixie Green #BED0AC

Tints of Pixie Green #BED0AC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.49%

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

R = 33.33%
G = 36.49%
B = 30.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#BED0AC (or 0xBED0AC) is known color: Pixie Green. HEX triplet: BE, D0 and AC. RGB value is (190,208,172). Sum of RGB (Red+Green+Blue) = 190+208+172=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED0AC is #412F53. Grayscale: #C6C6C6. Windows color (decimal): -4271956 or 11325630. OLE color: 11325630.

HSL color Cylindrical-coordinate representation of color #BED0AC: hue angle of 90º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BED0AC is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 172 -
CMYK 0.09 0 0.17 0.18
HSL 90º 0.28% 0.75% -
HSV(B) 90º 0.17% 0.82% -
XYZ 51.24 59.04 47.72 -
YUV 198.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 190 208 172 0.09 0 0.17 0.18 90 0.28 0.75
Hex BE D0 AC 9 0 11 12 5A 1C 4B
Octal 276 320 254 11 0 21 22 132 34 113
Binary 10111110 11010000 10101100 1001 0 10001 10010 1011010 11100 1001011

Color Harmonies of #BED0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0AC

Black with #BED0AC

Text Example


Text Example

White with #BED0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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