Html Css Color HEX #BAECAF Madang

📋 copy color: '#BAECAF'

red 186 ◦ green 236 ◦ blue 175

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

Shades of Madang #BAECAF

Tints of Madang #BAECAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.31%

R = 31.16%
G = 39.53%
B = 29.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#BAECAF (or 0xBAECAF) is known color: Madang. HEX triplet: BA, EC and AF. RGB value is (186,236,175). Sum of RGB (Red+Green+Blue) = 186+236+175=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAECAF is #451350. Grayscale: #D6D6D6. Windows color (decimal): -4526929 or 11529402. OLE color: 11529402.

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

Color convert

RGB 186 236 175 -
CMYK 0.21 0 0.26 0.07
HSL 109.18º 0.62% 0.81% -
HSV(B) 109.18º 0.26% 0.93% -
XYZ 57.98 73.53 51.69 -
YUV 214.1 105.94 107.96 -
System Red Green Blue C M Y K H S L
Decimal 186 236 175 0.21 0 0.26 0.07 109.18 0.62 0.81
Hex BA EC AF 15 0 1A 7 6D 3E 51
Octal 272 354 257 25 0 32 7 155 76 121
Binary 10111010 11101100 10101111 10101 0 11010 111 1101101 111110 1010001

Color Harmonies of #BAECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECAF

Black with #BAECAF

Text Example


Text Example

White with #BAECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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