Html Css Color HEX #BBCAA8 Pixie Green

📋 copy color: '#BBCAA8'

red 187 ◦ green 202 ◦ blue 168

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

Shades of Pixie Green #BBCAA8

Tints of Pixie Green #BBCAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.27%

 BLUE value IS 168 (66.02% from 255) = 30.16%

R = 33.57%
G = 36.27%
B = 30.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#BBCAA8 (or 0xBBCAA8) is known color: Pixie Green. HEX triplet: BB, CA and A8. RGB value is (187,202,168). Sum of RGB (Red+Green+Blue) = 187+202+168=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAA8 is #443557. Grayscale: #C1C1C1. Windows color (decimal): -4470104 or 11061947. OLE color: 11061947.

HSL color Cylindrical-coordinate representation of color #BBCAA8: hue angle of 86.47º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBCAA8 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 168 -
CMYK 0.07 0 0.17 0.21
HSL 86.47º 0.24% 0.73% -
HSV(B) 86.47º 0.17% 0.79% -
XYZ 48.68 55.63 45.22 -
YUV 193.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 187 202 168 0.07 0 0.17 0.21 86.47 0.24 0.73
Hex BB CA A8 7 0 11 15 56 18 49
Octal 273 312 250 7 0 21 25 126 30 111
Binary 10111011 11001010 10101000 111 0 10001 10101 1010110 11000 1001001

Color Harmonies of #BBCAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAA8

Black with #BBCAA8

Text Example


Text Example

White with #BBCAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAA8; }

 p { color: rgb(187,202,168); }

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

background-color css

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

 a { background-color: rgb(187,202,168); }

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

border-color css

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

 span { border-color: rgb(187,202,168); }

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