Html Css Color HEX #BBDE9B Pixie Green

📋 copy color: '#BBDE9B'

red 187 ◦ green 222 ◦ blue 155

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

Shades of Pixie Green #BBDE9B

Tints of Pixie Green #BBDE9B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.36%

 BLUE value IS 155 (60.94% from 255) = 27.48%

R = 33.16%
G = 39.36%
B = 27.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#BBDE9B (or 0xBBDE9B) is known color: Pixie Green. HEX triplet: BB, DE and 9B. RGB value is (187,222,155). Sum of RGB (Red+Green+Blue) = 187+222+155=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE9B is #442164. Grayscale: #CCCCCC. Windows color (decimal): -4464997 or 10215099. OLE color: 10215099.

HSL color Cylindrical-coordinate representation of color #BBDE9B: hue angle of 91.34º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBDE9B is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 222 155 -
CMYK 0.16 0 0.30 0.13
HSL 91.34º 0.5% 0.74% -
HSV(B) 91.34º 0.3% 0.87% -
XYZ 52.53 65.17 40.82 -
YUV 203.9 100.4 115.95 -
System Red Green Blue C M Y K H S L
Decimal 187 222 155 0.16 0 0.30 0.13 91.34 0.5 0.74
Hex BB DE 9B 10 0 1E D 5B 32 4A
Octal 273 336 233 20 0 36 15 133 62 112
Binary 10111011 11011110 10011011 10000 0 11110 1101 1011011 110010 1001010

Color Harmonies of #BBDE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE9B

Black with #BBDE9B

Text Example


Text Example

White with #BBDE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE9B; }

 p { color: rgb(187,222,155); }

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

background-color css

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

 a { background-color: rgb(187,222,155); }

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

border-color css

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

 span { border-color: rgb(187,222,155); }

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