Html Css Color HEX #BCD0A5 Pixie Green

📋 copy color: '#BCD0A5'

red 188 ◦ green 208 ◦ blue 165

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

Shades of Pixie Green #BCD0A5

Tints of Pixie Green #BCD0A5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.08%

 BLUE value IS 165 (64.84% from 255) = 29.41%

R = 33.51%
G = 37.08%
B = 29.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#BCD0A5 (or 0xBCD0A5) is known color: Pixie Green. HEX triplet: BC, D0 and A5. RGB value is (188,208,165). Sum of RGB (Red+Green+Blue) = 188+208+165=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD0A5 is #432F5A. Grayscale: #C5C5C5. Windows color (decimal): -4403035 or 10866876. OLE color: 10866876.

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

Color convert

RGB 188 208 165 -
CMYK 0.10 0 0.21 0.18
HSL 87.91º 0.31% 0.73% -
HSV(B) 87.91º 0.21% 0.82% -
XYZ 50.09 58.52 44.25 -
YUV 197.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 188 208 165 0.10 0 0.21 0.18 87.91 0.31 0.73
Hex BC D0 A5 A 0 15 12 58 1F 49
Octal 274 320 245 12 0 25 22 130 37 111
Binary 10111100 11010000 10100101 1010 0 10101 10010 1011000 11111 1001001

Color Harmonies of #BCD0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0A5

Black with #BCD0A5

Text Example


Text Example

White with #BCD0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0A5; }

 p { color: rgb(188,208,165); }

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

background-color css

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

 a { background-color: rgb(188,208,165); }

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

border-color css

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

 span { border-color: rgb(188,208,165); }

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