Html Css Color HEX #BBCCA8 Pixie Green

📋 copy color: '#BBCCA8'

red 187 ◦ green 204 ◦ blue 168

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

Shades of Pixie Green #BBCCA8

Tints of Pixie Green #BBCCA8

RGB

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

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

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

R = 33.45%
G = 36.49%
B = 30.05%

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

#BBCCA8 (or 0xBBCCA8) is known color: Pixie Green. HEX triplet: BB, CC and A8. RGB value is (187,204,168). Sum of RGB (Red+Green+Blue) = 187+204+168=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCA8 is #443357. Grayscale: #C2C2C2. Windows color (decimal): -4469592 or 11062459. OLE color: 11062459.

HSL color Cylindrical-coordinate representation of color #BBCCA8: hue angle of 88.33º degrees, saturation: 0.26, 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 #BBCCA8 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 168 -
CMYK 0.08 0 0.18 0.2
HSL 88.33º 0.26% 0.73% -
HSV(B) 88.33º 0.18% 0.8% -
XYZ 49.15 56.58 45.38 -
YUV 194.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 187 204 168 0.08 0 0.18 0.2 88.33 0.26 0.73
Hex BB CC A8 8 0 12 14 58 1A 49
Octal 273 314 250 10 0 22 24 130 32 111
Binary 10111011 11001100 10101000 1000 0 10010 10100 1011000 11010 1001001

Color Harmonies of #BBCCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCA8

Black with #BBCCA8

Text Example


Text Example

White with #BBCCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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