Html Css Color HEX #BCD69F Pixie Green

📋 copy color: '#BCD69F'

red 188 ◦ green 214 ◦ blue 159

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

Shades of Pixie Green #BCD69F

Tints of Pixie Green #BCD69F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.15%

 BLUE value IS 159 (62.5% from 255) = 28.34%

R = 33.51%
G = 38.15%
B = 28.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#BCD69F (or 0xBCD69F) is known color: Pixie Green. HEX triplet: BC, D6 and 9F. RGB value is (188,214,159). Sum of RGB (Red+Green+Blue) = 188+214+159=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD69F is #432960. Grayscale: #C8C8C8. Windows color (decimal): -4401505 or 10475196. OLE color: 10475196.

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

Color convert

RGB 188 214 159 -
CMYK 0.12 0 0.26 0.16
HSL 88.36º 0.4% 0.73% -
HSV(B) 88.36º 0.26% 0.84% -
XYZ 51.04 61.29 41.94 -
YUV 199.96 104.89 119.47 -
System Red Green Blue C M Y K H S L
Decimal 188 214 159 0.12 0 0.26 0.16 88.36 0.4 0.73
Hex BC D6 9F C 0 1A 10 58 28 49
Octal 274 326 237 14 0 32 20 130 50 111
Binary 10111100 11010110 10011111 1100 0 11010 10000 1011000 101000 1001001

Color Harmonies of #BCD69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD69F

Black with #BCD69F

Text Example


Text Example

White with #BCD69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD69F; }

 p { color: rgb(188,214,159); }

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

background-color css

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

 a { background-color: rgb(188,214,159); }

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

border-color css

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

 span { border-color: rgb(188,214,159); }

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