Html Css Color HEX #BBD1A9 Pixie Green

📋 copy color: '#BBD1A9'

red 187 ◦ green 209 ◦ blue 169

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

Shades of Pixie Green #BBD1A9

Tints of Pixie Green #BBD1A9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.99%

 BLUE value IS 169 (66.41% from 255) = 29.91%

R = 33.1%
G = 36.99%
B = 29.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#BBD1A9 (or 0xBBD1A9) is known color: Pixie Green. HEX triplet: BB, D1 and A9. RGB value is (187,209,169). Sum of RGB (Red+Green+Blue) = 187+209+169=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD1A9 is #442E56. Grayscale: #C6C6C6. Windows color (decimal): -4468311 or 11129275. OLE color: 11129275.

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

Color convert

RGB 187 209 169 -
CMYK 0.11 0 0.19 0.18
HSL 93º 0.3% 0.74% -
HSV(B) 93º 0.19% 0.82% -
XYZ 50.46 59.03 46.27 -
YUV 197.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 187 209 169 0.11 0 0.19 0.18 93 0.3 0.74
Hex BB D1 A9 B 0 13 12 5D 1E 4A
Octal 273 321 251 13 0 23 22 135 36 112
Binary 10111011 11010001 10101001 1011 0 10011 10010 1011101 11110 1001010

Color Harmonies of #BBD1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1A9

Black with #BBD1A9

Text Example


Text Example

White with #BBD1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1A9; }

 p { color: rgb(187,209,169); }

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

background-color css

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

 a { background-color: rgb(187,209,169); }

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

border-color css

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

 span { border-color: rgb(187,209,169); }

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