#BEDBB0

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

Shades of Madang #BEDBB0

Tints of Madang #BEDBB0

Color information

#BEDBB0 (or 0xBEDBB0) is unknown color: approx Madang. HEX triplet: BE, DB and B0. RGB value is (190,219,176). Sum of RGB (Red+Green+Blue) = 190+219+176=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDBB0 is #41244F. Grayscale: #CDCDCD. Windows color (decimal): -4269136 or 11590590. OLE color: 11590590.

HSL color Cylindrical-coordinate representation of color #BEDBB0: hue angle of 100.47º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEDBB0 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB190219176-
CMYK0.1300.200.14
HSL100.47º37.39%77.45%-
HSV(B)100.47º19.63%85.88%-
XYZ54.464.7450.7-
YUV205.43111.39117-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 176 (69.14% from 255) = 30.09%
R=32.48%
G=37.44%
B=30.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1902191760.1300.200.14100.4737.3977.45
HexBEDBB0D014E64254d
Octal276333260150241614445115
Binary1011111011011011101100001101010100111011001001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDBB0; }

 p { color: rgb(190,219,176); }

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

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

 a { background-color: rgb(190,219,176); }

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

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

 span { border-color: rgb(190,219,176); }

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