Html Css Color HEX #BBDD9F Pixie Green

📋 copy color: '#BBDD9F'

red 187 ◦ green 221 ◦ blue 159

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

Shades of Pixie Green #BBDD9F

Tints of Pixie Green #BBDD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.98%

 BLUE value IS 159 (62.5% from 255) = 28.04%

R = 32.98%
G = 38.98%
B = 28.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#BBDD9F (or 0xBBDD9F) is known color: Pixie Green. HEX triplet: BB, DD and 9F. RGB value is (187,221,159). Sum of RGB (Red+Green+Blue) = 187+221+159=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD9F is #442260. Grayscale: #CBCBCB. Windows color (decimal): -4465249 or 10476987. OLE color: 10476987.

HSL color Cylindrical-coordinate representation of color #BBDD9F: hue angle of 92.9º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBDD9F is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 159 -
CMYK 0.15 0 0.28 0.13
HSL 92.9º 0.48% 0.75% -
HSV(B) 92.9º 0.28% 0.87% -
XYZ 52.61 64.78 42.53 -
YUV 203.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 187 221 159 0.15 0 0.28 0.13 92.9 0.48 0.75
Hex BB DD 9F F 0 1C D 5D 30 4B
Octal 273 335 237 17 0 34 15 135 60 113
Binary 10111011 11011101 10011111 1111 0 11100 1101 1011101 110000 1001011

Color Harmonies of #BBDD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD9F

Black with #BBDD9F

Text Example


Text Example

White with #BBDD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD9F; }

 p { color: rgb(187,221,159); }

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

background-color css

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

 a { background-color: rgb(187,221,159); }

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

border-color css

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

 span { border-color: rgb(187,221,159); }

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