Html Css Color HEX #BBD3AD Pixie Green

📋 copy color: '#BBD3AD'

red 187 ◦ green 211 ◦ blue 173

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

Shades of Pixie Green #BBD3AD

Tints of Pixie Green #BBD3AD

RGB

 RED value IS 187 (73.44% from 255) = 32.75%

 GREEN value IS 211 (82.81% from 255) = 36.95%

 BLUE value IS 173 (67.97% from 255) = 30.3%

R = 32.75%
G = 36.95%
B = 30.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#BBD3AD (or 0xBBD3AD) is known color: Pixie Green. HEX triplet: BB, D3 and AD. RGB value is (187,211,173). Sum of RGB (Red+Green+Blue) = 187+211+173=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD3AD is #442C52. Grayscale: #C7C7C7. Windows color (decimal): -4467795 or 11391931. OLE color: 11391931.

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

Color convert

RGB 187 211 173 -
CMYK 0.11 0 0.18 0.17
HSL 97.89º 0.3% 0.75% -
HSV(B) 97.89º 0.18% 0.83% -
XYZ 51.33 60.17 48.44 -
YUV 199.49 113.05 119.09 -
System Red Green Blue C M Y K H S L
Decimal 187 211 173 0.11 0 0.18 0.17 97.89 0.3 0.75
Hex BB D3 AD B 0 12 11 62 1E 4B
Octal 273 323 255 13 0 22 21 142 36 113
Binary 10111011 11010011 10101101 1011 0 10010 10001 1100010 11110 1001011

Color Harmonies of #BBD3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3AD

Black with #BBD3AD

Text Example


Text Example

White with #BBD3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3AD; }

 p { color: rgb(187,211,173); }

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

background-color css

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

 a { background-color: rgb(187,211,173); }

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

border-color css

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

 span { border-color: rgb(187,211,173); }

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