Html Css Color HEX #BBD0A9 Pixie Green

📋 copy color: '#BBD0A9'

red 187 ◦ green 208 ◦ blue 169

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

Shades of Pixie Green #BBD0A9

Tints of Pixie Green #BBD0A9

RGB

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

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

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

R = 33.16%
G = 36.88%
B = 29.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#BBD0A9 (or 0xBBD0A9) is known color: Pixie Green. HEX triplet: BB, D0 and A9. RGB value is (187,208,169). Sum of RGB (Red+Green+Blue) = 187+208+169=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 169 (66.41% from 255 or 29.96% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD0A9 is #442F56. Grayscale: #C5C5C5. Windows color (decimal): -4468567 or 11129019. OLE color: 11129019.

HSL color Cylindrical-coordinate representation of color #BBD0A9: hue angle of 92.31º degrees, saturation: 0.29, 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 #BBD0A9 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 169 -
CMYK 0.10 0 0.19 0.18
HSL 92.31º 0.29% 0.74% -
HSV(B) 92.31º 0.19% 0.82% -
XYZ 50.21 58.54 46.19 -
YUV 197.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 187 208 169 0.10 0 0.19 0.18 92.31 0.29 0.74
Hex BB D0 A9 A 0 13 12 5C 1D 4A
Octal 273 320 251 12 0 23 22 134 35 112
Binary 10111011 11010000 10101001 1010 0 10011 10010 1011100 11101 1001010

Color Harmonies of #BBD0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0A9

Black with #BBD0A9

Text Example


Text Example

White with #BBD0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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