Html Css Color HEX #BBD1AD Pixie Green

📋 copy color: '#BBD1AD'

red 187 ◦ green 209 ◦ blue 173

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

Shades of Pixie Green #BBD1AD

Tints of Pixie Green #BBD1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.4%

R = 32.86%
G = 36.73%
B = 30.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#BBD1AD (or 0xBBD1AD) is known color: Pixie Green. HEX triplet: BB, D1 and AD. RGB value is (187,209,173). Sum of RGB (Red+Green+Blue) = 187+209+173=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD1AD is #442E52. Grayscale: #C6C6C6. Windows color (decimal): -4468307 or 11391419. OLE color: 11391419.

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

Color convert

RGB 187 209 173 -
CMYK 0.11 0 0.17 0.18
HSL 96.67º 0.28% 0.75% -
HSV(B) 96.67º 0.17% 0.82% -
XYZ 50.84 59.18 48.28 -
YUV 198.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 187 209 173 0.11 0 0.17 0.18 96.67 0.28 0.75
Hex BB D1 AD B 0 11 12 61 1C 4B
Octal 273 321 255 13 0 21 22 141 34 113
Binary 10111011 11010001 10101101 1011 0 10001 10010 1100001 11100 1001011

Color Harmonies of #BBD1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1AD

Black with #BBD1AD

Text Example


Text Example

White with #BBD1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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