Html Css Color HEX #BCD7AF Madang

📋 copy color: '#BCD7AF'

red 188 ◦ green 215 ◦ blue 175

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

Shades of Madang #BCD7AF

Tints of Madang #BCD7AF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.2%

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

R = 32.53%
G = 37.2%
B = 30.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#BCD7AF (or 0xBCD7AF) is known color: Madang. HEX triplet: BC, D7 and AF. RGB value is (188,215,175). Sum of RGB (Red+Green+Blue) = 188+215+175=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD7AF is #432850. Grayscale: #CACACA. Windows color (decimal): -4401233 or 11524028. OLE color: 11524028.

HSL color Cylindrical-coordinate representation of color #BCD7AF: hue angle of 100.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD7AF is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 175 -
CMYK 0.13 0 0.19 0.16
HSL 100.5º 0.33% 0.76% -
HSV(B) 100.5º 0.19% 0.84% -
XYZ 52.78 62.39 49.82 -
YUV 202.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 188 215 175 0.13 0 0.19 0.16 100.5 0.33 0.76
Hex BC D7 AF D 0 13 10 64 21 4C
Octal 274 327 257 15 0 23 20 144 41 114
Binary 10111100 11010111 10101111 1101 0 10011 10000 1100100 100001 1001100

Color Harmonies of #BCD7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7AF

Black with #BCD7AF

Text Example


Text Example

White with #BCD7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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