Html Css Color HEX #BED5AF Pixie Green

📋 copy color: '#BED5AF'

red 190 ◦ green 213 ◦ blue 175

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

Shades of Pixie Green #BED5AF

Tints of Pixie Green #BED5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.85%

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

R = 32.87%
G = 36.85%
B = 30.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#BED5AF (or 0xBED5AF) is known color: Pixie Green. HEX triplet: BE, D5 and AF. RGB value is (190,213,175). Sum of RGB (Red+Green+Blue) = 190+213+175=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #BED5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED5AF is #412A50. Grayscale: #C9C9C9. Windows color (decimal): -4270673 or 11523518. OLE color: 11523518.

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

Color convert

RGB 190 213 175 -
CMYK 0.11 0 0.18 0.16
HSL 96.32º 0.31% 0.76% -
HSV(B) 96.32º 0.18% 0.84% -
XYZ 52.77 61.63 49.67 -
YUV 201.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 190 213 175 0.11 0 0.18 0.16 96.32 0.31 0.76
Hex BE D5 AF B 0 12 10 60 1F 4C
Octal 276 325 257 13 0 22 20 140 37 114
Binary 10111110 11010101 10101111 1011 0 10010 10000 1100000 11111 1001100

Color Harmonies of #BED5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5AF

Black with #BED5AF

Text Example


Text Example

White with #BED5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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