Html Css Color HEX #BCD9A5 Pixie Green

📋 copy color: '#BCD9A5'

red 188 ◦ green 217 ◦ blue 165

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

Shades of Pixie Green #BCD9A5

Tints of Pixie Green #BCD9A5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.07%

 BLUE value IS 165 (64.84% from 255) = 28.95%

R = 32.98%
G = 38.07%
B = 28.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#BCD9A5 (or 0xBCD9A5) is known color: Pixie Green. HEX triplet: BC, D9 and A5. RGB value is (188,217,165). Sum of RGB (Red+Green+Blue) = 188+217+165=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD9A5 is #43265A. Grayscale: #CACACA. Windows color (decimal): -4400731 or 10869180. OLE color: 10869180.

HSL color Cylindrical-coordinate representation of color #BCD9A5: hue angle of 93.46º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCD9A5 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 165 -
CMYK 0.13 0 0.24 0.15
HSL 93.46º 0.41% 0.75% -
HSV(B) 93.46º 0.24% 0.85% -
XYZ 52.34 63.03 45.01 -
YUV 202.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 188 217 165 0.13 0 0.24 0.15 93.46 0.41 0.75
Hex BC D9 A5 D 0 18 F 5D 29 4B
Octal 274 331 245 15 0 30 17 135 51 113
Binary 10111100 11011001 10100101 1101 0 11000 1111 1011101 101001 1001011

Color Harmonies of #BCD9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9A5

Black with #BCD9A5

Text Example


Text Example

White with #BCD9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9A5; }

 p { color: rgb(188,217,165); }

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

background-color css

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

 a { background-color: rgb(188,217,165); }

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

border-color css

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

 span { border-color: rgb(188,217,165); }

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