#BCF9B5

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

Shades of Madang #BCF9B5

Tints of Madang #BCF9B5

Color information

#BCF9B5 (or 0xBCF9B5) is unknown color: approx Madang. HEX triplet: BC, F9 and B5. RGB value is (188,249,181). Sum of RGB (Red+Green+Blue) = 188+249+181=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 181 (71.09% from 255 or 29.29% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF9B5 is #43064A. Grayscale: #DFDFDF. Windows color (decimal): -4392523 or 11925948. OLE color: 11925948.

HSL color Cylindrical-coordinate representation of color #BCF9B5: hue angle of 113.82º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCF9B5 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB188249181-
CMYK0.2400.270.02
HSL113.82º85%84.31%-
HSV(B)113.82º27.31%97.65%-
XYZ62.9681.7856.18-
YUV223.01104.29103.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 249 (97.66% from 255) = 40.29%
BLUE value IS 181 (71.09% from 255) = 29.29%
R=30.42%
G=40.29%
B=29.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491810.2400.270.02113.828584.31
HexBCF9B51801B2725554
Octal274371265300332162125124
Binary1011110011111001101101011100001101110111001010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9B5; }

 p { color: rgb(188,249,181); }

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

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

 a { background-color: rgb(188,249,181); }

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

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

 span { border-color: rgb(188,249,181); }

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