Html Css Color HEX #BCD2AC Pixie Green

📋 copy color: '#BCD2AC'

red 188 ◦ green 210 ◦ blue 172

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

Shades of Pixie Green #BCD2AC

Tints of Pixie Green #BCD2AC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.84%

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

R = 32.98%
G = 36.84%
B = 30.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#BCD2AC (or 0xBCD2AC) is known color: Pixie Green. HEX triplet: BC, D2 and AC. RGB value is (188,210,172). Sum of RGB (Red+Green+Blue) = 188+210+172=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD2AC is #432D53. Grayscale: #C7C7C7. Windows color (decimal): -4402516 or 11326140. OLE color: 11326140.

HSL color Cylindrical-coordinate representation of color #BCD2AC: hue angle of 94.74º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCD2AC is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 172 -
CMYK 0.10 0 0.18 0.18
HSL 94.74º 0.3% 0.75% -
HSV(B) 94.74º 0.18% 0.82% -
XYZ 51.23 59.76 47.86 -
YUV 199.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 188 210 172 0.10 0 0.18 0.18 94.74 0.3 0.75
Hex BC D2 AC A 0 12 12 5F 1E 4B
Octal 274 322 254 12 0 22 22 137 36 113
Binary 10111100 11010010 10101100 1010 0 10010 10010 1011111 11110 1001011

Color Harmonies of #BCD2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2AC

Black with #BCD2AC

Text Example


Text Example

White with #BCD2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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