Html Css Color HEX #BCD7A9 Pixie Green

📋 copy color: '#BCD7A9'

red 188 ◦ green 215 ◦ blue 169

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

Shades of Pixie Green #BCD7A9

Tints of Pixie Green #BCD7A9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.59%

 BLUE value IS 169 (66.41% from 255) = 29.55%

R = 32.87%
G = 37.59%
B = 29.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#BCD7A9 (or 0xBCD7A9) is known color: Pixie Green. HEX triplet: BC, D7 and A9. RGB value is (188,215,169). Sum of RGB (Red+Green+Blue) = 188+215+169=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD7A9 is #432856. Grayscale: #C9C9C9. Windows color (decimal): -4401239 or 11130812. OLE color: 11130812.

HSL color Cylindrical-coordinate representation of color #BCD7A9: hue angle of 95.22º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD7A9 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 169 -
CMYK 0.13 0 0.21 0.16
HSL 95.22º 0.37% 0.75% -
HSV(B) 95.22º 0.21% 0.84% -
XYZ 52.2 62.16 46.78 -
YUV 201.68 109.55 118.24 -
System Red Green Blue C M Y K H S L
Decimal 188 215 169 0.13 0 0.21 0.16 95.22 0.37 0.75
Hex BC D7 A9 D 0 15 10 5F 25 4B
Octal 274 327 251 15 0 25 20 137 45 113
Binary 10111100 11010111 10101001 1101 0 10101 10000 1011111 100101 1001011

Color Harmonies of #BCD7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7A9

Black with #BCD7A9

Text Example


Text Example

White with #BCD7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7A9; }

 p { color: rgb(188,215,169); }

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

background-color css

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

 a { background-color: rgb(188,215,169); }

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

border-color css

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

 span { border-color: rgb(188,215,169); }

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