Shades of Pale Turquoise #BBEDEE
Tints of Pale Turquoise #BBEDEE
RGB
CMYK
RGB Variations
Color information
#BBEDEE (or 0xBBEDEE) is known color: Pale Turquoise. HEX triplet: BB, ED and EE. RGB value is (187,237,238). Sum of RGB (Red+Green+Blue) = 187+237+238=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDEE is #441211. Grayscale: #DEDEDE. Windows color (decimal): -4461074 or 15658427. OLE color: 15658427.
HSL color Cylindrical-coordinate representation of color #BBEDEE: hue angle of 181.18º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDEE is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 238 | - |
| CMYK | 0.21 | 0.00 | 0 | 0.07 |
| HSL | 181.18º | 0.6% | 0.83% | - |
| HSV(B) | 181.18º | 0.21% | 0.93% | - |
| XYZ | 66.21 | 77.31 | 92.32 | - |
| YUV | 222.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 238 | 0.21 | 0.00 | 0 | 0.07 | 181.18 | 0.6 | 0.83 |
| Hex | BB | ED | EE | 15 | 0 | 0 | 7 | B5 | 3C | 53 |
| Octal | 273 | 355 | 356 | 25 | 0 | 0 | 7 | 265 | 74 | 123 |
| Binary | 10111011 | 11101101 | 11101110 | 10101 | 0 | 0 | 111 | 10110101 | 111100 | 1010011 |
Color Harmonies of #BBEDEE
Complementary color
Monochromatic Colors of #BBEDEE
Black with #BBEDEE
Text Example
Text Example
White with #BBEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDEE; }
p { color: rgb(187,237,238); }
H1.HeaderClassName
{
color: #BBEDEE;
}
.AnyTagClassName
{
color: #BBEDEE;
}
</style>
background-color css
<style>
a { background-color: #BBEDEE; }
a { background-color: rgb(187,237,238); }
div.DivClassName
{
background-color: #BBEDEE;
}
.BgClassName
{
background-color: #BBEDEE;
}
</style>
border-color css
<style>
span { border-color: #BBEDEE; }
span { border-color: rgb(187,237,238); }
td.TdClassName
{
border-color: #BBEDEE;
}
.TagClassName
{
border-color: #BBEDEE;
}
</style>