Shades of Light Blue #BADFF5
Tints of Light Blue #BADFF5
RGB
CMYK
RGB Variations
Color information
#BADFF5 (or 0xBADFF5) is known color: Light Blue. HEX triplet: BA, DF and F5. RGB value is (186,223,245). Sum of RGB (Red+Green+Blue) = 186+223+245=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #BADFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BADFF5 is #45200A. Grayscale: #D6D6D6. Windows color (decimal): -4530187 or 16113594. OLE color: 16113594.
HSL color Cylindrical-coordinate representation of color #BADFF5: hue angle of 202.37º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BADFF5 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 223 | 245 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.04 |
| HSL | 202.37º | 0.75% | 0.85% | - |
| HSV(B) | 202.37º | 0.24% | 0.96% | - |
| XYZ | 63.12 | 69.81 | 96.53 | - |
| YUV | 214.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 245 | 0.24 | 0.09 | 0 | 0.04 | 202.37 | 0.75 | 0.85 |
| Hex | BA | DF | F5 | 18 | 9 | 0 | 4 | CA | 4B | 55 |
| Octal | 272 | 337 | 365 | 30 | 11 | 0 | 4 | 312 | 113 | 125 |
| Binary | 10111010 | 11011111 | 11110101 | 11000 | 1001 | 0 | 100 | 11001010 | 1001011 | 1010101 |
Color Harmonies of #BADFF5
Complementary color
Monochromatic Colors of #BADFF5
Black with #BADFF5
Text Example
Text Example
White with #BADFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFF5; }
p { color: rgb(186,223,245); }
H1.HeaderClassName
{
color: #BADFF5;
}
.AnyTagClassName
{
color: #BADFF5;
}
</style>
background-color css
<style>
a { background-color: #BADFF5; }
a { background-color: rgb(186,223,245); }
div.DivClassName
{
background-color: #BADFF5;
}
.BgClassName
{
background-color: #BADFF5;
}
</style>
border-color css
<style>
span { border-color: #BADFF5; }
span { border-color: rgb(186,223,245); }
td.TdClassName
{
border-color: #BADFF5;
}
.TagClassName
{
border-color: #BADFF5;
}
</style>