Html Css Color HEX #BCD8AB Madang

📋 copy color: '#BCD8AB'

red 188 ◦ green 216 ◦ blue 171

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

Shades of Madang #BCD8AB

Tints of Madang #BCD8AB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.57%

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

R = 32.7%
G = 37.57%
B = 29.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#BCD8AB (or 0xBCD8AB) is known color: Madang. HEX triplet: BC, D8 and AB. RGB value is (188,216,171). Sum of RGB (Red+Green+Blue) = 188+216+171=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD8AB is #432754. Grayscale: #CACACA. Windows color (decimal): -4400981 or 11262140. OLE color: 11262140.

HSL color Cylindrical-coordinate representation of color #BCD8AB: hue angle of 97.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCD8AB is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 171 -
CMYK 0.13 0 0.21 0.15
HSL 97.33º 0.37% 0.76% -
HSV(B) 97.33º 0.21% 0.85% -
XYZ 52.65 62.74 47.86 -
YUV 202.5 110.22 117.66 -
System Red Green Blue C M Y K H S L
Decimal 188 216 171 0.13 0 0.21 0.15 97.33 0.37 0.76
Hex BC D8 AB D 0 15 F 61 25 4C
Octal 274 330 253 15 0 25 17 141 45 114
Binary 10111100 11011000 10101011 1101 0 10101 1111 1100001 100101 1001100

Color Harmonies of #BCD8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8AB

Black with #BCD8AB

Text Example


Text Example

White with #BCD8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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