Html Css Color HEX #BCD8AF Madang

📋 copy color: '#BCD8AF'

red 188 ◦ green 216 ◦ blue 175

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

Shades of Madang #BCD8AF

Tints of Madang #BCD8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.22%

R = 32.47%
G = 37.31%
B = 30.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#BCD8AF (or 0xBCD8AF) is known color: Madang. HEX triplet: BC, D8 and AF. RGB value is (188,216,175). Sum of RGB (Red+Green+Blue) = 188+216+175=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD8AF is #432750. Grayscale: #CBCBCB. Windows color (decimal): -4400977 or 11524284. OLE color: 11524284.

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

Color convert

RGB 188 216 175 -
CMYK 0.13 0 0.19 0.15
HSL 100.98º 0.34% 0.77% -
HSV(B) 100.98º 0.19% 0.85% -
XYZ 53.03 62.9 49.9 -
YUV 202.95 112.22 117.33 -
System Red Green Blue C M Y K H S L
Decimal 188 216 175 0.13 0 0.19 0.15 100.98 0.34 0.77
Hex BC D8 AF D 0 13 F 65 22 4D
Octal 274 330 257 15 0 23 17 145 42 115
Binary 10111100 11011000 10101111 1101 0 10011 1111 1100101 100010 1001101

Color Harmonies of #BCD8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8AF

Black with #BCD8AF

Text Example


Text Example

White with #BCD8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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