Html Css Color HEX #BCD3AC Pixie Green

📋 copy color: '#BCD3AC'

red 188 ◦ green 211 ◦ blue 172

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

Shades of Pixie Green #BCD3AC

Tints of Pixie Green #BCD3AC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.95%

 BLUE value IS 172 (67.58% from 255) = 30.12%

R = 32.92%
G = 36.95%
B = 30.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#BCD3AC (or 0xBCD3AC) is known color: Pixie Green. HEX triplet: BC, D3 and AC. RGB value is (188,211,172). Sum of RGB (Red+Green+Blue) = 188+211+172=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 211 (82.81% from 255 or 36.95% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD3AC is #432C53. Grayscale: #C7C7C7. Windows color (decimal): -4402260 or 11326396. OLE color: 11326396.

HSL color Cylindrical-coordinate representation of color #BCD3AC: hue angle of 95.38º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD3AC is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 172 -
CMYK 0.11 0 0.18 0.17
HSL 95.38º 0.31% 0.75% -
HSV(B) 95.38º 0.18% 0.83% -
XYZ 51.48 60.26 47.95 -
YUV 199.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 188 211 172 0.11 0 0.18 0.17 95.38 0.31 0.75
Hex BC D3 AC B 0 12 11 5F 1F 4B
Octal 274 323 254 13 0 22 21 137 37 113
Binary 10111100 11010011 10101100 1011 0 10010 10001 1011111 11111 1001011

Color Harmonies of #BCD3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD3AC

Black with #BCD3AC

Text Example


Text Example

White with #BCD3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD3AC; }

 p { color: rgb(188,211,172); }

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

background-color css

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

 a { background-color: rgb(188,211,172); }

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

border-color css

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

 span { border-color: rgb(188,211,172); }

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