Html Css Color HEX #BCCCAA Pixie Green

📋 copy color: '#BCCCAA'

red 188 ◦ green 204 ◦ blue 170

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

Shades of Pixie Green #BCCCAA

Tints of Pixie Green #BCCCAA

RGB

 RED value IS 188 (73.83% from 255) = 33.45%

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

 BLUE value IS 170 (66.8% from 255) = 30.25%

R = 33.45%
G = 36.3%
B = 30.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#BCCCAA (or 0xBCCCAA) is known color: Pixie Green. HEX triplet: BC, CC and AA. RGB value is (188,204,170). Sum of RGB (Red+Green+Blue) = 188+204+170=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCAA is #433355. Grayscale: #C3C3C3. Windows color (decimal): -4404054 or 11193532. OLE color: 11193532.

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

Color convert

RGB 188 204 170 -
CMYK 0.08 0 0.17 0.2
HSL 88.24º 0.25% 0.73% -
HSV(B) 88.24º 0.17% 0.8% -
XYZ 49.59 56.78 46.38 -
YUV 195.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 188 204 170 0.08 0 0.17 0.2 88.24 0.25 0.73
Hex BC CC AA 8 0 11 14 58 19 49
Octal 274 314 252 10 0 21 24 130 31 111
Binary 10111100 11001100 10101010 1000 0 10001 10100 1011000 11001 1001001

Color Harmonies of #BCCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCAA

Black with #BCCCAA

Text Example


Text Example

White with #BCCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCAA; }

 p { color: rgb(188,204,170); }

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

background-color css

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

 a { background-color: rgb(188,204,170); }

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

border-color css

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

 span { border-color: rgb(188,204,170); }

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