Html Css Color HEX #BCD5A4 Pixie Green

📋 copy color: '#BCD5A4'

red 188 ◦ green 213 ◦ blue 164

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

Shades of Pixie Green #BCD5A4

Tints of Pixie Green #BCD5A4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.7%

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

R = 33.27%
G = 37.7%
B = 29.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#BCD5A4 (or 0xBCD5A4) is known color: Pixie Green. HEX triplet: BC, D5 and A4. RGB value is (188,213,164). Sum of RGB (Red+Green+Blue) = 188+213+164=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD5A4 is #432A5B. Grayscale: #C8C8C8. Windows color (decimal): -4401756 or 10802620. OLE color: 10802620.

HSL color Cylindrical-coordinate representation of color #BCD5A4: hue angle of 90.61º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCD5A4 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 164 -
CMYK 0.12 0 0.23 0.16
HSL 90.61º 0.37% 0.74% -
HSV(B) 90.61º 0.23% 0.84% -
XYZ 51.23 60.96 44.19 -
YUV 199.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 188 213 164 0.12 0 0.23 0.16 90.61 0.37 0.74
Hex BC D5 A4 C 0 17 10 5B 25 4A
Octal 274 325 244 14 0 27 20 133 45 112
Binary 10111100 11010101 10100100 1100 0 10111 10000 1011011 100101 1001010

Color Harmonies of #BCD5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5A4

Black with #BCD5A4

Text Example


Text Example

White with #BCD5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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