Html Css Color HEX #BCD0A8 Pixie Green

📋 copy color: '#BCD0A8'

red 188 ◦ green 208 ◦ blue 168

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

Shades of Pixie Green #BCD0A8

Tints of Pixie Green #BCD0A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.79%

R = 33.33%
G = 36.88%
B = 29.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#BCD0A8 (or 0xBCD0A8) is known color: Pixie Green. HEX triplet: BC, D0 and A8. RGB value is (188,208,168). Sum of RGB (Red+Green+Blue) = 188+208+168=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD0A8 is #432F57. Grayscale: #C5C5C5. Windows color (decimal): -4403032 or 11063484. OLE color: 11063484.

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

Color convert

RGB 188 208 168 -
CMYK 0.10 0 0.19 0.18
HSL 90º 0.3% 0.74% -
HSV(B) 90º 0.19% 0.82% -
XYZ 50.36 58.63 45.71 -
YUV 197.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 188 208 168 0.10 0 0.19 0.18 90 0.3 0.74
Hex BC D0 A8 A 0 13 12 5A 1E 4A
Octal 274 320 250 12 0 23 22 132 36 112
Binary 10111100 11010000 10101000 1010 0 10011 10010 1011010 11110 1001010

Color Harmonies of #BCD0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0A8

Black with #BCD0A8

Text Example


Text Example

White with #BCD0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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