Html Css Color HEX #BBD1AB Pixie Green

📋 copy color: '#BBD1AB'

red 187 ◦ green 209 ◦ blue 171

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

Shades of Pixie Green #BBD1AB

Tints of Pixie Green #BBD1AB

RGB

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

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

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

R = 32.98%
G = 36.86%
B = 30.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#BBD1AB (or 0xBBD1AB) is known color: Pixie Green. HEX triplet: BB, D1 and AB. RGB value is (187,209,171). Sum of RGB (Red+Green+Blue) = 187+209+171=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD1AB is #442E54. Grayscale: #C6C6C6. Windows color (decimal): -4468309 or 11260347. OLE color: 11260347.

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

Color convert

RGB 187 209 171 -
CMYK 0.11 0 0.18 0.18
HSL 94.74º 0.29% 0.75% -
HSV(B) 94.74º 0.18% 0.82% -
XYZ 50.64 59.11 47.27 -
YUV 198.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 187 209 171 0.11 0 0.18 0.18 94.74 0.29 0.75
Hex BB D1 AB B 0 12 12 5F 1D 4B
Octal 273 321 253 13 0 22 22 137 35 113
Binary 10111011 11010001 10101011 1011 0 10010 10010 1011111 11101 1001011

Color Harmonies of #BBD1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1AB

Black with #BBD1AB

Text Example


Text Example

White with #BBD1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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