#BCEEAA

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

Shades of Madang #BCEEAA

Tints of Madang #BCEEAA

Color information

#BCEEAA (or 0xBCEEAA) is unknown color: approx Madang. HEX triplet: BC, EE and AA. RGB value is (188,238,170). Sum of RGB (Red+Green+Blue) = 188+238+170=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEEAA is #431155. Grayscale: #D7D7D7. Windows color (decimal): -4395350 or 11202236. OLE color: 11202236.

HSL color Cylindrical-coordinate representation of color #BCEEAA: hue angle of 104.12º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCEEAA is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB188238170-
CMYK0.2100.290.07
HSL104.12º66.67%80%-
HSV(B)104.12º28.57%93.33%-
XYZ58.5774.7449.37-
YUV215.3102.44108.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 238 (93.36% from 255) = 39.93%
BLUE value IS 170 (66.80% from 255) = 28.52%
R=31.54%
G=39.93%
B=28.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882381700.2100.290.07104.1266.6780
HexBCEEAA1501D7684350
Octal274356252250357150103120
Binary10111100111011101010101010101011101111110100010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEAA; }

 p { color: rgb(188,238,170); }

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

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

 a { background-color: rgb(188,238,170); }

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

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

 span { border-color: rgb(188,238,170); }

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