Html Css Color HEX #BBD7A5 Pixie Green

📋 copy color: '#BBD7A5'

red 187 ◦ green 215 ◦ blue 165

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

Shades of Pixie Green #BBD7A5

Tints of Pixie Green #BBD7A5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.92%

 BLUE value IS 165 (64.84% from 255) = 29.1%

R = 32.98%
G = 37.92%
B = 29.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#BBD7A5 (or 0xBBD7A5) is known color: Pixie Green. HEX triplet: BB, D7 and A5. RGB value is (187,215,165). Sum of RGB (Red+Green+Blue) = 187+215+165=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD7A5 is #44285A. Grayscale: #C9C9C9. Windows color (decimal): -4466779 or 10868667. OLE color: 10868667.

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

Color convert

RGB 187 215 165 -
CMYK 0.13 0 0.23 0.16
HSL 93.6º 0.38% 0.75% -
HSV(B) 93.6º 0.23% 0.84% -
XYZ 51.59 61.88 44.82 -
YUV 200.93 107.72 118.07 -
System Red Green Blue C M Y K H S L
Decimal 187 215 165 0.13 0 0.23 0.16 93.6 0.38 0.75
Hex BB D7 A5 D 0 17 10 5E 26 4B
Octal 273 327 245 15 0 27 20 136 46 113
Binary 10111011 11010111 10100101 1101 0 10111 10000 1011110 100110 1001011

Color Harmonies of #BBD7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD7A5

Black with #BBD7A5

Text Example


Text Example

White with #BBD7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD7A5; }

 p { color: rgb(187,215,165); }

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

background-color css

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

 a { background-color: rgb(187,215,165); }

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

border-color css

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

 span { border-color: rgb(187,215,165); }

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