#BCF3B6

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

Shades of Madang #BCF3B6

Tints of Madang #BCF3B6

Color information

#BCF3B6 (or 0xBCF3B6) is unknown color: approx Madang. HEX triplet: BC, F3 and B6. RGB value is (188,243,182). Sum of RGB (Red+Green+Blue) = 188+243+182=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 243 (95.31% from 255 or 39.64% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3B6 is #430C49. Grayscale: #DBDBDB. Windows color (decimal): -4394058 or 11989948. OLE color: 11989948.

HSL color Cylindrical-coordinate representation of color #BCF3B6: hue angle of 114.1º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF3B6 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB188243182-
CMYK0.2300.250.05
HSL114.1º71.76%83.33%-
HSV(B)114.1º25.1%95.29%-
XYZ61.2378.1756.12-
YUV219.6106.78105.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 243 (95.31% from 255) = 39.64%
BLUE value IS 182 (71.48% from 255) = 29.69%
R=30.67%
G=39.64%
B=29.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882431820.2300.250.05114.171.7683.33
HexBCF3B6170195724853
Octal274363266270315162110123
Binary10111100111100111011011010111011001101111001010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3B6; }

 p { color: rgb(188,243,182); }

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

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

 a { background-color: rgb(188,243,182); }

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

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

 span { border-color: rgb(188,243,182); }

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