Html Css Color HEX #BBD3AB Pixie Green

📋 copy color: '#BBD3AB'

red 187 ◦ green 211 ◦ blue 171

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

Shades of Pixie Green #BBD3AB

Tints of Pixie Green #BBD3AB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.08%

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

R = 32.86%
G = 37.08%
B = 30.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#BBD3AB (or 0xBBD3AB) is known color: Pixie Green. HEX triplet: BB, D3 and AB. RGB value is (187,211,171). Sum of RGB (Red+Green+Blue) = 187+211+171=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD3AB is #442C54. Grayscale: #C7C7C7. Windows color (decimal): -4467797 or 11260859. OLE color: 11260859.

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

Color convert

RGB 187 211 171 -
CMYK 0.11 0 0.19 0.17
HSL 96º 0.31% 0.75% -
HSV(B) 96º 0.19% 0.83% -
XYZ 51.14 60.09 47.43 -
YUV 199.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 187 211 171 0.11 0 0.19 0.17 96 0.31 0.75
Hex BB D3 AB B 0 13 11 60 1F 4B
Octal 273 323 253 13 0 23 21 140 37 113
Binary 10111011 11010011 10101011 1011 0 10011 10001 1100000 11111 1001011

Color Harmonies of #BBD3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3AB

Black with #BBD3AB

Text Example


Text Example

White with #BBD3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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