Html Css Color HEX #BBCCA7 Pixie Green

📋 copy color: '#BBCCA7'

red 187 ◦ green 204 ◦ blue 167

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

Shades of Pixie Green #BBCCA7

Tints of Pixie Green #BBCCA7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.56%

 BLUE value IS 167 (65.63% from 255) = 29.93%

R = 33.51%
G = 36.56%
B = 29.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#BBCCA7 (or 0xBBCCA7) is known color: Pixie Green. HEX triplet: BB, CC and A7. RGB value is (187,204,167). Sum of RGB (Red+Green+Blue) = 187+204+167=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCA7 is #443358. Grayscale: #C2C2C2. Windows color (decimal): -4469593 or 10996923. OLE color: 10996923.

HSL color Cylindrical-coordinate representation of color #BBCCA7: hue angle of 87.57º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCCA7 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 167 -
CMYK 0.08 0 0.18 0.2
HSL 87.57º 0.27% 0.73% -
HSV(B) 87.57º 0.18% 0.8% -
XYZ 49.06 56.54 44.89 -
YUV 194.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 187 204 167 0.08 0 0.18 0.2 87.57 0.27 0.73
Hex BB CC A7 8 0 12 14 58 1B 49
Octal 273 314 247 10 0 22 24 130 33 111
Binary 10111011 11001100 10100111 1000 0 10010 10100 1011000 11011 1001001

Color Harmonies of #BBCCA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCA7

Black with #BBCCA7

Text Example


Text Example

White with #BBCCA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCA7; }

 p { color: rgb(187,204,167); }

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

background-color css

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

 a { background-color: rgb(187,204,167); }

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

border-color css

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

 span { border-color: rgb(187,204,167); }

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