Html Css Color HEX #BAECB0 Madang

📋 copy color: '#BAECB0'

red 186 ◦ green 236 ◦ blue 176

#BAECB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #BAECB0

Tints of Madang #BAECB0

RGB

 RED value IS 186 (73.05% from 255) = 31.1%

 GREEN value IS 236 (92.58% from 255) = 39.46%

 BLUE value IS 176 (69.14% from 255) = 29.43%

R = 31.1%
G = 39.46%
B = 29.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#BAECB0 (or 0xBAECB0) is known color: Madang. HEX triplet: BA, EC and B0. RGB value is (186,236,176). Sum of RGB (Red+Green+Blue) = 186+236+176=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECB0 is #45134F. Grayscale: #D6D6D6. Windows color (decimal): -4526928 or 11594938. OLE color: 11594938.

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

Color convert

RGB 186 236 176 -
CMYK 0.21 0 0.25 0.07
HSL 110º 0.61% 0.81% -
HSV(B) 110º 0.25% 0.93% -
XYZ 58.08 73.56 52.21 -
YUV 214.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 186 236 176 0.21 0 0.25 0.07 110 0.61 0.81
Hex BA EC B0 15 0 19 7 6E 3D 51
Octal 272 354 260 25 0 31 7 156 75 121
Binary 10111010 11101100 10110000 10101 0 11001 111 1101110 111101 1010001

Color Harmonies of #BAECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECB0

Black with #BAECB0

Text Example


Text Example

White with #BAECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECB0; }

 p { color: rgb(186,236,176); }

 H1.HeaderClassName
 {
   color: #BAECB0;
 }
 .AnyTagClassName
 {
   color: #BAECB0;
 }
</style>

background-color css

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

 a { background-color: rgb(186,236,176); }

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

border-color css

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

 span { border-color: rgb(186,236,176); }

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