Html Css Color HEX #BBDC99 Pixie Green

📋 copy color: '#BBDC99'

red 187 ◦ green 220 ◦ blue 153

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

Shades of Pixie Green #BBDC99

Tints of Pixie Green #BBDC99

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.29%

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

R = 33.39%
G = 39.29%
B = 27.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#BBDC99 (or 0xBBDC99) is known color: Pixie Green. HEX triplet: BB, DC and 99. RGB value is (187,220,153). Sum of RGB (Red+Green+Blue) = 187+220+153=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC99 is #442366. Grayscale: #CACACA. Windows color (decimal): -4465511 or 10083515. OLE color: 10083515.

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

Color convert

RGB 187 220 153 -
CMYK 0.15 0 0.30 0.14
HSL 89.55º 0.49% 0.73% -
HSV(B) 89.55º 0.3% 0.86% -
XYZ 51.84 64.05 39.77 -
YUV 202.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 187 220 153 0.15 0 0.30 0.14 89.55 0.49 0.73
Hex BB DC 99 F 0 1E E 5A 31 49
Octal 273 334 231 17 0 36 16 132 61 111
Binary 10111011 11011100 10011001 1111 0 11110 1110 1011010 110001 1001001

Color Harmonies of #BBDC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC99

Black with #BBDC99

Text Example


Text Example

White with #BBDC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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