Html Css Color HEX #BBDC9F Pixie Green

📋 copy color: '#BBDC9F'

red 187 ◦ green 220 ◦ blue 159

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

Shades of Pixie Green #BBDC9F

Tints of Pixie Green #BBDC9F

RGB

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

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

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

R = 33.04%
G = 38.87%
B = 28.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#BBDC9F (or 0xBBDC9F) is known color: Pixie Green. HEX triplet: BB, DC and 9F. RGB value is (187,220,159). Sum of RGB (Red+Green+Blue) = 187+220+159=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC9F is #442360. Grayscale: #CBCBCB. Windows color (decimal): -4465505 or 10476731. OLE color: 10476731.

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

Color convert

RGB 187 220 159 -
CMYK 0.15 0 0.28 0.14
HSL 92.46º 0.47% 0.74% -
HSV(B) 92.46º 0.28% 0.86% -
XYZ 52.34 64.25 42.44 -
YUV 203.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 187 220 159 0.15 0 0.28 0.14 92.46 0.47 0.74
Hex BB DC 9F F 0 1C E 5C 2F 4A
Octal 273 334 237 17 0 34 16 134 57 112
Binary 10111011 11011100 10011111 1111 0 11100 1110 1011100 101111 1001010

Color Harmonies of #BBDC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC9F

Black with #BBDC9F

Text Example


Text Example

White with #BBDC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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