#BCE4AF

Color #BCE4AF Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #BCE4AF

Tints of Madang #BCE4AF

Color information

#BCE4AF (or 0xBCE4AF) is unknown color: approx Madang. HEX triplet: BC, E4 and AF. RGB value is (188,228,175). Sum of RGB (Red+Green+Blue) = 188+228+175=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE4AF is #431B50. Grayscale: #D2D2D2. Windows color (decimal): -4397905 or 11527356. OLE color: 11527356.

HSL color Cylindrical-coordinate representation of color #BCE4AF: hue angle of 105.28º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCE4AF is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB188228175-
CMYK0.1800.230.11
HSL105.28º49.53%79.02%-
HSV(B)105.28º23.25%89.41%-
XYZ56.2269.2750.97-
YUV210108.25112.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 228 (89.45% from 255) = 38.58%
BLUE value IS 175 (68.75% from 255) = 29.61%
R=31.81%
G=38.58%
B=29.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882281750.1800.230.11105.2849.5379.02
HexBCE4AF12017B69324f
Octal274344257220271315162117
Binary10111100111001001010111110010010111101111010011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE4AF; }

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

 H1.HeaderClassName
 {
   color: #BCE4AF;
 }
 .AnyTagClassName
 {
   color: #BCE4AF;
 }
</style>
background-color css

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

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

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

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

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

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