Html Css Color HEX #BCD0A6 Pixie Green

📋 copy color: '#BCD0A6'

red 188 ◦ green 208 ◦ blue 166

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

Shades of Pixie Green #BCD0A6

Tints of Pixie Green #BCD0A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.54%

R = 33.45%
G = 37.01%
B = 29.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#BCD0A6 (or 0xBCD0A6) is known color: Pixie Green. HEX triplet: BC, D0 and A6. RGB value is (188,208,166). Sum of RGB (Red+Green+Blue) = 188+208+166=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD0A6 is #432F59. Grayscale: #C5C5C5. Windows color (decimal): -4403034 or 10932412. OLE color: 10932412.

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

Color convert

RGB 188 208 166 -
CMYK 0.10 0 0.20 0.18
HSL 88.57º 0.31% 0.73% -
HSV(B) 88.57º 0.2% 0.82% -
XYZ 50.18 58.56 44.73 -
YUV 197.23 110.37 121.42 -
System Red Green Blue C M Y K H S L
Decimal 188 208 166 0.10 0 0.20 0.18 88.57 0.31 0.73
Hex BC D0 A6 A 0 14 12 59 1F 49
Octal 274 320 246 12 0 24 22 131 37 111
Binary 10111100 11010000 10100110 1010 0 10100 10010 1011001 11111 1001001

Color Harmonies of #BCD0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0A6

Black with #BCD0A6

Text Example


Text Example

White with #BCD0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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