Html Css Color HEX #BCDF9A Pixie Green

📋 copy color: '#BCDF9A'

red 188 ◦ green 223 ◦ blue 154

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

Shades of Pixie Green #BCDF9A

Tints of Pixie Green #BCDF9A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.47%

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

R = 33.27%
G = 39.47%
B = 27.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#BCDF9A (or 0xBCDF9A) is known color: Pixie Green. HEX triplet: BC, DF and 9A. RGB value is (188,223,154). Sum of RGB (Red+Green+Blue) = 188+223+154=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF9A is #432065. Grayscale: #CCCCCC. Windows color (decimal): -4399206 or 10149820. OLE color: 10149820.

HSL color Cylindrical-coordinate representation of color #BCDF9A: hue angle of 90.43º degrees, saturation: 0.52, 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 #BCDF9A is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 154 -
CMYK 0.16 0 0.31 0.13
HSL 90.43º 0.52% 0.74% -
HSV(B) 90.43º 0.31% 0.87% -
XYZ 52.96 65.8 40.48 -
YUV 204.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 188 223 154 0.16 0 0.31 0.13 90.43 0.52 0.74
Hex BC DF 9A 10 0 1F D 5A 34 4A
Octal 274 337 232 20 0 37 15 132 64 112
Binary 10111100 11011111 10011010 10000 0 11111 1101 1011010 110100 1001010

Color Harmonies of #BCDF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF9A

Black with #BCDF9A

Text Example


Text Example

White with #BCDF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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