Html Css Color HEX #BCD2AD Pixie Green

📋 copy color: '#BCD2AD'

red 188 ◦ green 210 ◦ blue 173

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

Shades of Pixie Green #BCD2AD

Tints of Pixie Green #BCD2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.3%

R = 32.92%
G = 36.78%
B = 30.3%

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

#BCD2AD (or 0xBCD2AD) is known color: Pixie Green. HEX triplet: BC, D2 and AD. RGB value is (188,210,173). Sum of RGB (Red+Green+Blue) = 188+210+173=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD2AD is #432D52. Grayscale: #C7C7C7. Windows color (decimal): -4402515 or 11391676. OLE color: 11391676.

HSL color Cylindrical-coordinate representation of color #BCD2AD: hue angle of 95.68º degrees, saturation: 0.29, 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 #BCD2AD is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 173 -
CMYK 0.10 0 0.18 0.18
HSL 95.68º 0.29% 0.75% -
HSV(B) 95.68º 0.18% 0.82% -
XYZ 51.33 59.8 48.37 -
YUV 199.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 188 210 173 0.10 0 0.18 0.18 95.68 0.29 0.75
Hex BC D2 AD A 0 12 12 60 1D 4B
Octal 274 322 255 12 0 22 22 140 35 113
Binary 10111100 11010010 10101101 1010 0 10010 10010 1100000 11101 1001011

Color Harmonies of #BCD2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD2AD

Black with #BCD2AD

Text Example


Text Example

White with #BCD2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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