Html Css Color HEX #BBDA99 Pixie Green

📋 copy color: '#BBDA99'

red 187 ◦ green 218 ◦ blue 153

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

Shades of Pixie Green #BBDA99

Tints of Pixie Green #BBDA99

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.07%

 BLUE value IS 153 (60.16% from 255) = 27.42%

R = 33.51%
G = 39.07%
B = 27.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#BBDA99 (or 0xBBDA99) is known color: Pixie Green. HEX triplet: BB, DA and 99. RGB value is (187,218,153). Sum of RGB (Red+Green+Blue) = 187+218+153=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA99 is #442566. Grayscale: #C9C9C9. Windows color (decimal): -4466023 or 10083003. OLE color: 10083003.

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

Color convert

RGB 187 218 153 -
CMYK 0.14 0 0.30 0.15
HSL 88.62º 0.47% 0.73% -
HSV(B) 88.62º 0.3% 0.85% -
XYZ 51.31 63.01 39.59 -
YUV 201.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 187 218 153 0.14 0 0.30 0.15 88.62 0.47 0.73
Hex BB DA 99 E 0 1E F 59 2F 49
Octal 273 332 231 16 0 36 17 131 57 111
Binary 10111011 11011010 10011001 1110 0 11110 1111 1011001 101111 1001001

Color Harmonies of #BBDA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA99

Black with #BBDA99

Text Example


Text Example

White with #BBDA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA99; }

 p { color: rgb(187,218,153); }

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

background-color css

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

 a { background-color: rgb(187,218,153); }

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

border-color css

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

 span { border-color: rgb(187,218,153); }

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