Html Css Color HEX #BCDBA0 Pixie Green

📋 copy color: '#BCDBA0'

red 188 ◦ green 219 ◦ blue 160

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

Shades of Pixie Green #BCDBA0

Tints of Pixie Green #BCDBA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.22%

R = 33.16%
G = 38.62%
B = 28.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#BCDBA0 (or 0xBCDBA0) is known color: Pixie Green. HEX triplet: BC, DB and A0. RGB value is (188,219,160). Sum of RGB (Red+Green+Blue) = 188+219+160=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBA0 is #43245F. Grayscale: #CBCBCB. Windows color (decimal): -4400224 or 10542012. OLE color: 10542012.

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

Color convert

RGB 188 219 160 -
CMYK 0.14 0 0.27 0.14
HSL 91.53º 0.45% 0.74% -
HSV(B) 91.53º 0.27% 0.86% -
XYZ 52.42 63.89 42.83 -
YUV 203.01 103.73 117.3 -
System Red Green Blue C M Y K H S L
Decimal 188 219 160 0.14 0 0.27 0.14 91.53 0.45 0.74
Hex BC DB A0 E 0 1B E 5C 2D 4A
Octal 274 333 240 16 0 33 16 134 55 112
Binary 10111100 11011011 10100000 1110 0 11011 1110 1011100 101101 1001010

Color Harmonies of #BCDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBA0

Black with #BCDBA0

Text Example


Text Example

White with #BCDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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