Html Css Color HEX #BBD99C Pixie Green

📋 copy color: '#BBD99C'

red 187 ◦ green 217 ◦ blue 156

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

Shades of Pixie Green #BBD99C

Tints of Pixie Green #BBD99C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.75%

 BLUE value IS 156 (61.33% from 255) = 27.86%

R = 33.39%
G = 38.75%
B = 27.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#BBD99C (or 0xBBD99C) is known color: Pixie Green. HEX triplet: BB, D9 and 9C. RGB value is (187,217,156). Sum of RGB (Red+Green+Blue) = 187+217+156=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD99C is #442663. Grayscale: #C9C9C9. Windows color (decimal): -4466276 or 10279355. OLE color: 10279355.

HSL color Cylindrical-coordinate representation of color #BBD99C: hue angle of 89.51º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBD99C is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 156 -
CMYK 0.14 0 0.28 0.15
HSL 89.51º 0.45% 0.73% -
HSV(B) 89.51º 0.28% 0.85% -
XYZ 51.31 62.59 40.83 -
YUV 201.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 187 217 156 0.14 0 0.28 0.15 89.51 0.45 0.73
Hex BB D9 9C E 0 1C F 5A 2D 49
Octal 273 331 234 16 0 34 17 132 55 111
Binary 10111011 11011001 10011100 1110 0 11100 1111 1011010 101101 1001001

Color Harmonies of #BBD99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD99C

Black with #BBD99C

Text Example


Text Example

White with #BBD99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD99C; }

 p { color: rgb(187,217,156); }

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

background-color css

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

 a { background-color: rgb(187,217,156); }

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

border-color css

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

 span { border-color: rgb(187,217,156); }

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