Html Css Color HEX #BED4AB Pixie Green

📋 copy color: '#BED4AB'

red 190 ◦ green 212 ◦ blue 171

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

Shades of Pixie Green #BED4AB

Tints of Pixie Green #BED4AB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37%

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

R = 33.16%
G = 37%
B = 29.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#BED4AB (or 0xBED4AB) is known color: Pixie Green. HEX triplet: BE, D4 and AB. RGB value is (190,212,171). Sum of RGB (Red+Green+Blue) = 190+212+171=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 212 - color contains mainly: green. Hex color #BED4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED4AB is #412B54. Grayscale: #C8C8C8. Windows color (decimal): -4270933 or 11261118. OLE color: 11261118.

HSL color Cylindrical-coordinate representation of color #BED4AB: hue angle of 92.2º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED4AB is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 171 -
CMYK 0.10 0 0.19 0.17
HSL 92.2º 0.32% 0.75% -
HSV(B) 92.2º 0.19% 0.83% -
XYZ 52.13 60.97 47.55 -
YUV 200.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 190 212 171 0.10 0 0.19 0.17 92.2 0.32 0.75
Hex BE D4 AB A 0 13 11 5C 20 4B
Octal 276 324 253 12 0 23 21 134 40 113
Binary 10111110 11010100 10101011 1010 0 10011 10001 1011100 100000 1001011

Color Harmonies of #BED4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4AB

Black with #BED4AB

Text Example


Text Example

White with #BED4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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