Html Css Color HEX #BCD0AB Pixie Green

📋 copy color: '#BCD0AB'

red 188 ◦ green 208 ◦ blue 171

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

Shades of Pixie Green #BCD0AB

Tints of Pixie Green #BCD0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.16%

R = 33.16%
G = 36.68%
B = 30.16%

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

#BCD0AB (or 0xBCD0AB) is known color: Pixie Green. HEX triplet: BC, D0 and AB. RGB value is (188,208,171). Sum of RGB (Red+Green+Blue) = 188+208+171=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD0AB is #432F54. Grayscale: #C5C5C5. Windows color (decimal): -4403029 or 11260092. OLE color: 11260092.

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

Color convert

RGB 188 208 171 -
CMYK 0.10 0 0.18 0.18
HSL 92.43º 0.28% 0.74% -
HSV(B) 92.43º 0.18% 0.82% -
XYZ 50.65 58.74 47.2 -
YUV 197.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 188 208 171 0.10 0 0.18 0.18 92.43 0.28 0.74
Hex BC D0 AB A 0 12 12 5C 1C 4A
Octal 274 320 253 12 0 22 22 134 34 112
Binary 10111100 11010000 10101011 1010 0 10010 10010 1011100 11100 1001010

Color Harmonies of #BCD0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0AB

Black with #BCD0AB

Text Example


Text Example

White with #BCD0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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