Shades of Pale Turquoise #BAE7E5
Tints of Pale Turquoise #BAE7E5
RGB
CMYK
RGB Variations
Color information
#BAE7E5 (or 0xBAE7E5) is known color: Pale Turquoise. HEX triplet: BA, E7 and E5. RGB value is (186,231,229). Sum of RGB (Red+Green+Blue) = 186+231+229=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7E5 is #45181A. Grayscale: #D9D9D9. Windows color (decimal): -4528155 or 15067066. OLE color: 15067066.
HSL color Cylindrical-coordinate representation of color #BAE7E5: hue angle of 177.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7E5 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 186 | 231 | 229 | - |
CMYK | 0.19 | 0 | 0.01 | 0.09 |
HSL | 177.33º | 0.48% | 0.82% | - |
HSV(B) | 177.33º | 0.19% | 0.91% | - |
XYZ | 62.97 | 73.25 | 84.95 | - |
YUV | 217.32 | 134.59 | 105.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 231 | 229 | 0.19 | 0 | 0.01 | 0.09 | 177.33 | 0.48 | 0.82 |
Hex | BA | E7 | E5 | 13 | 0 | 1 | 9 | B1 | 30 | 52 |
Octal | 272 | 347 | 345 | 23 | 0 | 1 | 11 | 261 | 60 | 122 |
Binary | 10111010 | 11100111 | 11100101 | 10011 | 0 | 1 | 1001 | 10110001 | 110000 | 1010010 |
Color Harmonies of #BAE7E5
Complementary color
Monochromatic Colors of #BAE7E5
Black with #BAE7E5
Text Example
Text Example
White with #BAE7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE7E5; }
p { color: rgb(186,231,229); }
H1.HeaderClassName
{
color: #BAE7E5;
}
.AnyTagClassName
{
color: #BAE7E5;
}
</style>
background-color css
<style>
a { background-color: #BAE7E5; }
a { background-color: rgb(186,231,229); }
div.DivClassName
{
background-color: #BAE7E5;
}
.BgClassName
{
background-color: #BAE7E5;
}
</style>
border-color css
<style>
span { border-color: #BAE7E5; }
span { border-color: rgb(186,231,229); }
td.TdClassName
{
border-color: #BAE7E5;
}
.TagClassName
{
border-color: #BAE7E5;
}
</style>