Html Css Color HEX #BCD5AB Pixie Green

📋 copy color: '#BCD5AB'

red 188 ◦ green 213 ◦ blue 171

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

Shades of Pixie Green #BCD5AB

Tints of Pixie Green #BCD5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.24%

 BLUE value IS 171 (67.19% from 255) = 29.9%

R = 32.87%
G = 37.24%
B = 29.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#BCD5AB (or 0xBCD5AB) is known color: Pixie Green. HEX triplet: BC, D5 and AB. RGB value is (188,213,171). Sum of RGB (Red+Green+Blue) = 188+213+171=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD5AB is #432A54. Grayscale: #C8C8C8. Windows color (decimal): -4401749 or 11261372. OLE color: 11261372.

HSL color Cylindrical-coordinate representation of color #BCD5AB: hue angle of 95.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD5AB is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 171 -
CMYK 0.12 0 0.20 0.16
HSL 95.71º 0.33% 0.75% -
HSV(B) 95.71º 0.2% 0.84% -
XYZ 51.88 61.22 47.61 -
YUV 200.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 188 213 171 0.12 0 0.20 0.16 95.71 0.33 0.75
Hex BC D5 AB C 0 14 10 60 21 4B
Octal 274 325 253 14 0 24 20 140 41 113
Binary 10111100 11010101 10101011 1100 0 10100 10000 1100000 100001 1001011

Color Harmonies of #BCD5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5AB

Black with #BCD5AB

Text Example


Text Example

White with #BCD5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5AB; }

 p { color: rgb(188,213,171); }

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

background-color css

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

 a { background-color: rgb(188,213,171); }

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

border-color css

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

 span { border-color: rgb(188,213,171); }

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