Html Css Color HEX #BBD6A0 Pixie Green

📋 copy color: '#BBD6A0'

red 187 ◦ green 214 ◦ blue 160

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

Shades of Pixie Green #BBD6A0

Tints of Pixie Green #BBD6A0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.15%

 BLUE value IS 160 (62.89% from 255) = 28.52%

R = 33.33%
G = 38.15%
B = 28.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#BBD6A0 (or 0xBBD6A0) is known color: Pixie Green. HEX triplet: BB, D6 and A0. RGB value is (187,214,160). Sum of RGB (Red+Green+Blue) = 187+214+160=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD6A0 is #44295F. Grayscale: #C7C7C7. Windows color (decimal): -4467040 or 10540731. OLE color: 10540731.

HSL color Cylindrical-coordinate representation of color #BBD6A0: hue angle of 90º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD6A0 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 160 -
CMYK 0.13 0 0.25 0.16
HSL 90º 0.4% 0.73% -
HSV(B) 90º 0.25% 0.84% -
XYZ 50.89 61.2 42.39 -
YUV 199.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 187 214 160 0.13 0 0.25 0.16 90 0.4 0.73
Hex BB D6 A0 D 0 19 10 5A 28 49
Octal 273 326 240 15 0 31 20 132 50 111
Binary 10111011 11010110 10100000 1101 0 11001 10000 1011010 101000 1001001

Color Harmonies of #BBD6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6A0

Black with #BBD6A0

Text Example


Text Example

White with #BBD6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6A0; }

 p { color: rgb(187,214,160); }

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

background-color css

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

 a { background-color: rgb(187,214,160); }

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

border-color css

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

 span { border-color: rgb(187,214,160); }

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