Html Css Color HEX #BED0AF Pixie Green

📋 copy color: '#BED0AF'

red 190 ◦ green 208 ◦ blue 175

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

Shades of Pixie Green #BED0AF

Tints of Pixie Green #BED0AF

RGB

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

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

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

R = 33.16%
G = 36.3%
B = 30.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#BED0AF (or 0xBED0AF) is known color: Pixie Green. HEX triplet: BE, D0 and AF. RGB value is (190,208,175). Sum of RGB (Red+Green+Blue) = 190+208+175=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED0AF is #412F50. Grayscale: #C6C6C6. Windows color (decimal): -4271953 or 11522238. OLE color: 11522238.

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

Color convert

RGB 190 208 175 -
CMYK 0.09 0 0.16 0.18
HSL 92.73º 0.26% 0.75% -
HSV(B) 92.73º 0.16% 0.82% -
XYZ 51.53 59.15 49.26 -
YUV 198.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 190 208 175 0.09 0 0.16 0.18 92.73 0.26 0.75
Hex BE D0 AF 9 0 10 12 5D 1A 4B
Octal 276 320 257 11 0 20 22 135 32 113
Binary 10111110 11010000 10101111 1001 0 10000 10010 1011101 11010 1001011

Color Harmonies of #BED0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0AF

Black with #BED0AF

Text Example


Text Example

White with #BED0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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