Shades of Light Blue #BADBED
Tints of Light Blue #BADBED
RGB
CMYK
RGB Variations
Color information
#BADBED (or 0xBADBED) is known color: Light Blue. HEX triplet: BA, DB and ED. RGB value is (186,219,237). Sum of RGB (Red+Green+Blue) = 186+219+237=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #BADBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADBED is #452412. Grayscale: #D3D3D3. Windows color (decimal): -4531219 or 15588282. OLE color: 15588282.
HSL color Cylindrical-coordinate representation of color #BADBED: hue angle of 201.18º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADBED is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 219 | 237 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.07 |
| HSL | 201.18º | 0.59% | 0.83% | - |
| HSV(B) | 201.18º | 0.22% | 0.93% | - |
| XYZ | 60.87 | 67.22 | 89.89 | - |
| YUV | 211.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 237 | 0.22 | 0.08 | 0 | 0.07 | 201.18 | 0.59 | 0.83 |
| Hex | BA | DB | ED | 16 | 8 | 0 | 7 | C9 | 3B | 53 |
| Octal | 272 | 333 | 355 | 26 | 10 | 0 | 7 | 311 | 73 | 123 |
| Binary | 10111010 | 11011011 | 11101101 | 10110 | 1000 | 0 | 111 | 11001001 | 111011 | 1010011 |
Color Harmonies of #BADBED
Complementary color
Monochromatic Colors of #BADBED
Black with #BADBED
Text Example
Text Example
White with #BADBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBED; }
p { color: rgb(186,219,237); }
H1.HeaderClassName
{
color: #BADBED;
}
.AnyTagClassName
{
color: #BADBED;
}
</style>
background-color css
<style>
a { background-color: #BADBED; }
a { background-color: rgb(186,219,237); }
div.DivClassName
{
background-color: #BADBED;
}
.BgClassName
{
background-color: #BADBED;
}
</style>
border-color css
<style>
span { border-color: #BADBED; }
span { border-color: rgb(186,219,237); }
td.TdClassName
{
border-color: #BADBED;
}
.TagClassName
{
border-color: #BADBED;
}
</style>