Html Css Color HEX #BCDA9E Pixie Green

📋 copy color: '#BCDA9E'

red 188 ◦ green 218 ◦ blue 158

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

Shades of Pixie Green #BCDA9E

Tints of Pixie Green #BCDA9E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.65%

 BLUE value IS 158 (62.11% from 255) = 28.01%

R = 33.33%
G = 38.65%
B = 28.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#BCDA9E (or 0xBCDA9E) is known color: Pixie Green. HEX triplet: BC, DA and 9E. RGB value is (188,218,158). Sum of RGB (Red+Green+Blue) = 188+218+158=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA9E is #432561. Grayscale: #CACACA. Windows color (decimal): -4400482 or 10410684. OLE color: 10410684.

HSL color Cylindrical-coordinate representation of color #BCDA9E: hue angle of 90º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCDA9E is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 158 -
CMYK 0.14 0 0.28 0.15
HSL 90º 0.45% 0.74% -
HSV(B) 90º 0.28% 0.85% -
XYZ 51.98 63.3 41.83 -
YUV 202.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 188 218 158 0.14 0 0.28 0.15 90 0.45 0.74
Hex BC DA 9E E 0 1C F 5A 2D 4A
Octal 274 332 236 16 0 34 17 132 55 112
Binary 10111100 11011010 10011110 1110 0 11100 1111 1011010 101101 1001010

Color Harmonies of #BCDA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA9E

Black with #BCDA9E

Text Example


Text Example

White with #BCDA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA9E; }

 p { color: rgb(188,218,158); }

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

background-color css

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

 a { background-color: rgb(188,218,158); }

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

border-color css

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

 span { border-color: rgb(188,218,158); }

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