#BCEAAF

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

Shades of Madang #BCEAAF

Tints of Madang #BCEAAF

Color information

#BCEAAF (or 0xBCEAAF) is unknown color: approx Madang. HEX triplet: BC, EA and AF. RGB value is (188,234,175). Sum of RGB (Red+Green+Blue) = 188+234+175=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEAAF is #431550. Grayscale: #D5D5D5. Windows color (decimal): -4396369 or 11528892. OLE color: 11528892.

HSL color Cylindrical-coordinate representation of color #BCEAAF: hue angle of 106.78º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCEAAF is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB188234175-
CMYK0.2000.250.08
HSL106.78º58.42%80.2%-
HSV(B)106.78º25.21%91.76%-
XYZ57.972.6351.53-
YUV213.52106.26109.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 234 (91.80% from 255) = 39.20%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=31.49%
G=39.20%
B=29.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882341750.2000.250.08106.7858.4280.2
HexBCEAAF1401986b3a50
Octal274352257240311015372120
Binary10111100111010101010111110100011001100011010111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAAF; }

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

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

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

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

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

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

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

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