Html Css Color HEX #BBD29F Pixie Green

📋 copy color: '#BBD29F'

red 187 ◦ green 210 ◦ blue 159

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

Shades of Pixie Green #BBD29F

Tints of Pixie Green #BBD29F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.77%

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

R = 33.63%
G = 37.77%
B = 28.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#BBD29F (or 0xBBD29F) is known color: Pixie Green. HEX triplet: BB, D2 and 9F. RGB value is (187,210,159). Sum of RGB (Red+Green+Blue) = 187+210+159=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD29F is #442D60. Grayscale: #C5C5C5. Windows color (decimal): -4468065 or 10474171. OLE color: 10474171.

HSL color Cylindrical-coordinate representation of color #BBD29F: hue angle of 87.06º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBD29F is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 159 -
CMYK 0.11 0 0.24 0.18
HSL 87.06º 0.36% 0.72% -
HSV(B) 87.06º 0.24% 0.82% -
XYZ 49.8 59.16 41.6 -
YUV 197.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 187 210 159 0.11 0 0.24 0.18 87.06 0.36 0.72
Hex BB D2 9F B 0 18 12 57 24 48
Octal 273 322 237 13 0 30 22 127 44 110
Binary 10111011 11010010 10011111 1011 0 11000 10010 1010111 100100 1001000

Color Harmonies of #BBD29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD29F

Black with #BBD29F

Text Example


Text Example

White with #BBD29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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