Html Css Color HEX #BED0AB Pixie Green

📋 copy color: '#BED0AB'

red 190 ◦ green 208 ◦ blue 171

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

Shades of Pixie Green #BED0AB

Tints of Pixie Green #BED0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.05%

R = 33.39%
G = 36.56%
B = 30.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#BED0AB (or 0xBED0AB) is known color: Pixie Green. HEX triplet: BE, D0 and AB. RGB value is (190,208,171). Sum of RGB (Red+Green+Blue) = 190+208+171=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 208 (81.64% from 255 or 36.56% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED0AB is #412F54. Grayscale: #C6C6C6. Windows color (decimal): -4271957 or 11260094. OLE color: 11260094.

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

Color convert

RGB 190 208 171 -
CMYK 0.09 0 0.18 0.18
HSL 89.19º 0.28% 0.74% -
HSV(B) 89.19º 0.18% 0.82% -
XYZ 51.14 59 47.22 -
YUV 198.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 190 208 171 0.09 0 0.18 0.18 89.19 0.28 0.74
Hex BE D0 AB 9 0 12 12 59 1C 4A
Octal 276 320 253 11 0 22 22 131 34 112
Binary 10111110 11010000 10101011 1001 0 10010 10010 1011001 11100 1001010

Color Harmonies of #BED0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0AB

Black with #BED0AB

Text Example


Text Example

White with #BED0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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