Html Css Color HEX #BCD6AB Pixie Green

📋 copy color: '#BCD6AB'

red 188 ◦ green 214 ◦ blue 171

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

Shades of Pixie Green #BCD6AB

Tints of Pixie Green #BCD6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.35%

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

R = 32.81%
G = 37.35%
B = 29.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#BCD6AB (or 0xBCD6AB) is known color: Pixie Green. HEX triplet: BC, D6 and AB. RGB value is (188,214,171). Sum of RGB (Red+Green+Blue) = 188+214+171=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD6AB is #432954. Grayscale: #C9C9C9. Windows color (decimal): -4401493 or 11261628. OLE color: 11261628.

HSL color Cylindrical-coordinate representation of color #BCD6AB: hue angle of 96.28º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD6AB is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 171 -
CMYK 0.12 0 0.20 0.16
HSL 96.28º 0.34% 0.75% -
HSV(B) 96.28º 0.2% 0.84% -
XYZ 52.14 61.72 47.69 -
YUV 201.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 188 214 171 0.12 0 0.20 0.16 96.28 0.34 0.75
Hex BC D6 AB C 0 14 10 60 22 4B
Octal 274 326 253 14 0 24 20 140 42 113
Binary 10111100 11010110 10101011 1100 0 10100 10000 1100000 100010 1001011

Color Harmonies of #BCD6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6AB

Black with #BCD6AB

Text Example


Text Example

White with #BCD6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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