Html Css Color HEX #BCD5A0 Pixie Green

📋 copy color: '#BCD5A0'

red 188 ◦ green 213 ◦ blue 160

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

Shades of Pixie Green #BCD5A0

Tints of Pixie Green #BCD5A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.52%

R = 33.51%
G = 37.97%
B = 28.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#BCD5A0 (or 0xBCD5A0) is known color: Pixie Green. HEX triplet: BC, D5 and A0. RGB value is (188,213,160). Sum of RGB (Red+Green+Blue) = 188+213+160=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD5A0 is #432A5F. Grayscale: #C7C7C7. Windows color (decimal): -4401760 or 10540476. OLE color: 10540476.

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

Color convert

RGB 188 213 160 -
CMYK 0.12 0 0.25 0.16
HSL 88.3º 0.39% 0.73% -
HSV(B) 88.3º 0.25% 0.84% -
XYZ 50.88 60.82 42.32 -
YUV 199.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 188 213 160 0.12 0 0.25 0.16 88.3 0.39 0.73
Hex BC D5 A0 C 0 19 10 58 27 49
Octal 274 325 240 14 0 31 20 130 47 111
Binary 10111100 11010101 10100000 1100 0 11001 10000 1011000 100111 1001001

Color Harmonies of #BCD5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5A0

Black with #BCD5A0

Text Example


Text Example

White with #BCD5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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