Html Css Color HEX #BBD0AB Pixie Green

📋 copy color: '#BBD0AB'

red 187 ◦ green 208 ◦ blue 171

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

Shades of Pixie Green #BBD0AB

Tints of Pixie Green #BBD0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.75%

 BLUE value IS 171 (67.19% from 255) = 30.21%

R = 33.04%
G = 36.75%
B = 30.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#BBD0AB (or 0xBBD0AB) is known color: Pixie Green. HEX triplet: BB, D0 and AB. RGB value is (187,208,171). Sum of RGB (Red+Green+Blue) = 187+208+171=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD0AB is #442F54. Grayscale: #C5C5C5. Windows color (decimal): -4468565 or 11260091. OLE color: 11260091.

HSL color Cylindrical-coordinate representation of color #BBD0AB: hue angle of 94.05º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD0AB is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 171 -
CMYK 0.10 0 0.18 0.18
HSL 94.05º 0.28% 0.74% -
HSV(B) 94.05º 0.18% 0.82% -
XYZ 50.4 58.62 47.19 -
YUV 197.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 187 208 171 0.10 0 0.18 0.18 94.05 0.28 0.74
Hex BB D0 AB A 0 12 12 5E 1C 4A
Octal 273 320 253 12 0 22 22 136 34 112
Binary 10111011 11010000 10101011 1010 0 10010 10010 1011110 11100 1001010

Color Harmonies of #BBD0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0AB

Black with #BBD0AB

Text Example


Text Example

White with #BBD0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0AB; }

 p { color: rgb(187,208,171); }

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

background-color css

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

 a { background-color: rgb(187,208,171); }

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

border-color css

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

 span { border-color: rgb(187,208,171); }

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