Html Css Color HEX #BCDB9A Pixie Green

📋 copy color: '#BCDB9A'

red 188 ◦ green 219 ◦ blue 154

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

Shades of Pixie Green #BCDB9A

Tints of Pixie Green #BCDB9A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.04%

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

R = 33.51%
G = 39.04%
B = 27.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#BCDB9A (or 0xBCDB9A) is known color: Pixie Green. HEX triplet: BC, DB and 9A. RGB value is (188,219,154). Sum of RGB (Red+Green+Blue) = 188+219+154=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDB9A is #432465. Grayscale: #CACACA. Windows color (decimal): -4400230 or 10148796. OLE color: 10148796.

HSL color Cylindrical-coordinate representation of color #BCDB9A: hue angle of 88.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCDB9A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 154 -
CMYK 0.14 0 0.30 0.14
HSL 88.62º 0.47% 0.73% -
HSV(B) 88.62º 0.3% 0.86% -
XYZ 51.9 63.69 40.13 -
YUV 202.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 188 219 154 0.14 0 0.30 0.14 88.62 0.47 0.73
Hex BC DB 9A E 0 1E E 59 2F 49
Octal 274 333 232 16 0 36 16 131 57 111
Binary 10111100 11011011 10011010 1110 0 11110 1110 1011001 101111 1001001

Color Harmonies of #BCDB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB9A

Black with #BCDB9A

Text Example


Text Example

White with #BCDB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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