Html Css Color HEX #BCDE9A Pixie Green

📋 copy color: '#BCDE9A'

red 188 ◦ green 222 ◦ blue 154

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

Shades of Pixie Green #BCDE9A

Tints of Pixie Green #BCDE9A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.36%

 BLUE value IS 154 (60.55% from 255) = 27.3%

R = 33.33%
G = 39.36%
B = 27.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#BCDE9A (or 0xBCDE9A) is known color: Pixie Green. HEX triplet: BC, DE and 9A. RGB value is (188,222,154). Sum of RGB (Red+Green+Blue) = 188+222+154=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDE9A is #432165. Grayscale: #CCCCCC. Windows color (decimal): -4399462 or 10149564. OLE color: 10149564.

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

Color convert

RGB 188 222 154 -
CMYK 0.15 0 0.31 0.13
HSL 90º 0.51% 0.74% -
HSV(B) 90º 0.31% 0.87% -
XYZ 52.69 65.27 40.39 -
YUV 204.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 188 222 154 0.15 0 0.31 0.13 90 0.51 0.74
Hex BC DE 9A F 0 1F D 5A 33 4A
Octal 274 336 232 17 0 37 15 132 63 112
Binary 10111100 11011110 10011010 1111 0 11111 1101 1011010 110011 1001010

Color Harmonies of #BCDE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE9A

Black with #BCDE9A

Text Example


Text Example

White with #BCDE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE9A; }

 p { color: rgb(188,222,154); }

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

background-color css

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

 a { background-color: rgb(188,222,154); }

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

border-color css

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

 span { border-color: rgb(188,222,154); }

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