Html Css Color HEX #BCCCA4 Pixie Green

📋 copy color: '#BCCCA4'

red 188 ◦ green 204 ◦ blue 164

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

Shades of Pixie Green #BCCCA4

Tints of Pixie Green #BCCCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.5%

R = 33.81%
G = 36.69%
B = 29.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#BCCCA4 (or 0xBCCCA4) is known color: Pixie Green. HEX triplet: BC, CC and A4. RGB value is (188,204,164). Sum of RGB (Red+Green+Blue) = 188+204+164=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCA4 is #43335B. Grayscale: #C2C2C2. Windows color (decimal): -4404060 or 10800316. OLE color: 10800316.

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

Color convert

RGB 188 204 164 -
CMYK 0.08 0 0.20 0.2
HSL 84º 0.28% 0.72% -
HSV(B) 84º 0.2% 0.8% -
XYZ 49.03 56.56 43.45 -
YUV 194.66 110.7 123.25 -
System Red Green Blue C M Y K H S L
Decimal 188 204 164 0.08 0 0.20 0.2 84 0.28 0.72
Hex BC CC A4 8 0 14 14 54 1C 48
Octal 274 314 244 10 0 24 24 124 34 110
Binary 10111100 11001100 10100100 1000 0 10100 10100 1010100 11100 1001000

Color Harmonies of #BCCCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCA4

Black with #BCCCA4

Text Example


Text Example

White with #BCCCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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