Html Css Color HEX #BCCCA8 Pixie Green

📋 copy color: '#BCCCA8'

red 188 ◦ green 204 ◦ blue 168

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

Shades of Pixie Green #BCCCA8

Tints of Pixie Green #BCCCA8

RGB

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

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

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

R = 33.57%
G = 36.43%
B = 30%

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

#BCCCA8 (or 0xBCCCA8) is known color: Pixie Green. HEX triplet: BC, CC and A8. RGB value is (188,204,168). Sum of RGB (Red+Green+Blue) = 188+204+168=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCA8 is #433357. Grayscale: #C3C3C3. Windows color (decimal): -4404056 or 11062460. OLE color: 11062460.

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

Color convert

RGB 188 204 168 -
CMYK 0.08 0 0.18 0.2
HSL 86.67º 0.26% 0.73% -
HSV(B) 86.67º 0.18% 0.8% -
XYZ 49.4 56.7 45.39 -
YUV 195.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 188 204 168 0.08 0 0.18 0.2 86.67 0.26 0.73
Hex BC CC A8 8 0 12 14 57 1A 49
Octal 274 314 250 10 0 22 24 127 32 111
Binary 10111100 11001100 10101000 1000 0 10010 10100 1010111 11010 1001001

Color Harmonies of #BCCCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCA8

Black with #BCCCA8

Text Example


Text Example

White with #BCCCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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