Html Css Color HEX #BCD4AB Pixie Green

📋 copy color: '#BCD4AB'

red 188 ◦ green 212 ◦ blue 171

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

Shades of Pixie Green #BCD4AB

Tints of Pixie Green #BCD4AB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.13%

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

R = 32.92%
G = 37.13%
B = 29.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#BCD4AB (or 0xBCD4AB) is known color: Pixie Green. HEX triplet: BC, D4 and AB. RGB value is (188,212,171). Sum of RGB (Red+Green+Blue) = 188+212+171=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD4AB is #432B54. Grayscale: #C8C8C8. Windows color (decimal): -4402005 or 11261116. OLE color: 11261116.

HSL color Cylindrical-coordinate representation of color #BCD4AB: hue angle of 95.12º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD4AB is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 171 -
CMYK 0.11 0 0.19 0.17
HSL 95.12º 0.32% 0.75% -
HSV(B) 95.12º 0.19% 0.83% -
XYZ 51.63 60.72 47.53 -
YUV 200.15 111.55 119.33 -
System Red Green Blue C M Y K H S L
Decimal 188 212 171 0.11 0 0.19 0.17 95.12 0.32 0.75
Hex BC D4 AB B 0 13 11 5F 20 4B
Octal 274 324 253 13 0 23 21 137 40 113
Binary 10111100 11010100 10101011 1011 0 10011 10001 1011111 100000 1001011

Color Harmonies of #BCD4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4AB

Black with #BCD4AB

Text Example


Text Example

White with #BCD4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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