Html Css Color HEX #BBCCA6 Pixie Green

📋 copy color: '#BBCCA6'

red 187 ◦ green 204 ◦ blue 166

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

Shades of Pixie Green #BBCCA6

Tints of Pixie Green #BBCCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.8%

R = 33.57%
G = 36.62%
B = 29.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#BBCCA6 (or 0xBBCCA6) is known color: Pixie Green. HEX triplet: BB, CC and A6. RGB value is (187,204,166). Sum of RGB (Red+Green+Blue) = 187+204+166=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCA6 is #443359. Grayscale: #C2C2C2. Windows color (decimal): -4469594 or 10931387. OLE color: 10931387.

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

Color convert

RGB 187 204 166 -
CMYK 0.08 0 0.19 0.2
HSL 86.84º 0.27% 0.73% -
HSV(B) 86.84º 0.19% 0.8% -
XYZ 48.97 56.5 44.4 -
YUV 194.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 187 204 166 0.08 0 0.19 0.2 86.84 0.27 0.73
Hex BB CC A6 8 0 13 14 57 1B 49
Octal 273 314 246 10 0 23 24 127 33 111
Binary 10111011 11001100 10100110 1000 0 10011 10100 1010111 11011 1001001

Color Harmonies of #BBCCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCA6

Black with #BBCCA6

Text Example


Text Example

White with #BBCCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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