Html Css Color HEX #BCCCAC Pixie Green

📋 copy color: '#BCCCAC'

red 188 ◦ green 204 ◦ blue 172

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

Shades of Pixie Green #BCCCAC

Tints of Pixie Green #BCCCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.5%

R = 33.33%
G = 36.17%
B = 30.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#BCCCAC (or 0xBCCCAC) is known color: Pixie Green. HEX triplet: BC, CC and AC. RGB value is (188,204,172). Sum of RGB (Red+Green+Blue) = 188+204+172=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCAC is #433353. Grayscale: #C3C3C3. Windows color (decimal): -4404052 or 11324604. OLE color: 11324604.

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

Color convert

RGB 188 204 172 -
CMYK 0.08 0 0.16 0.2
HSL 90º 0.24% 0.74% -
HSV(B) 90º 0.16% 0.8% -
XYZ 49.78 56.86 47.38 -
YUV 195.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 188 204 172 0.08 0 0.16 0.2 90 0.24 0.74
Hex BC CC AC 8 0 10 14 5A 18 4A
Octal 274 314 254 10 0 20 24 132 30 112
Binary 10111100 11001100 10101100 1000 0 10000 10100 1011010 11000 1001010

Color Harmonies of #BCCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCAC

Black with #BCCCAC

Text Example


Text Example

White with #BCCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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