Html Css Color HEX #BED1AB Pixie Green

📋 copy color: '#BED1AB'

red 190 ◦ green 209 ◦ blue 171

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

Shades of Pixie Green #BED1AB

Tints of Pixie Green #BED1AB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.67%

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

R = 33.33%
G = 36.67%
B = 30%

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

#BED1AB (or 0xBED1AB) is known color: Pixie Green. HEX triplet: BE, D1 and AB. RGB value is (190,209,171). Sum of RGB (Red+Green+Blue) = 190+209+171=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #BED1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED1AB is #412E54. Grayscale: #C7C7C7. Windows color (decimal): -4271701 or 11260350. OLE color: 11260350.

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

Color convert

RGB 190 209 171 -
CMYK 0.09 0 0.18 0.18
HSL 90º 0.29% 0.75% -
HSV(B) 90º 0.18% 0.82% -
XYZ 51.39 59.49 47.3 -
YUV 198.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 190 209 171 0.09 0 0.18 0.18 90 0.29 0.75
Hex BE D1 AB 9 0 12 12 5A 1D 4B
Octal 276 321 253 11 0 22 22 132 35 113
Binary 10111110 11010001 10101011 1001 0 10010 10010 1011010 11101 1001011

Color Harmonies of #BED1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1AB

Black with #BED1AB

Text Example


Text Example

White with #BED1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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