Shades of Light Blue #BACDD4
Tints of Light Blue #BACDD4
RGB
CMYK
RGB Variations
Color information
#BACDD4 (or 0xBACDD4) is known color: Light Blue. HEX triplet: BA, CD and D4. RGB value is (186,205,212). Sum of RGB (Red+Green+Blue) = 186+205+212=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 212 - color contains mainly: blue. Hex color #BACDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDD4 is #45322B. Grayscale: #C8C8C8. Windows color (decimal): -4534828 or 13946298. OLE color: 13946298.
HSL color Cylindrical-coordinate representation of color #BACDD4: hue angle of 196.15º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACDD4 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 205 | 212 | - |
| CMYK | 0.12 | 0.03 | 0 | 0.17 |
| HSL | 196.15º | 0.23% | 0.78% | - |
| HSV(B) | 196.15º | 0.12% | 0.83% | - |
| XYZ | 53.96 | 58.86 | 70.8 | - |
| YUV | 200.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 212 | 0.12 | 0.03 | 0 | 0.17 | 196.15 | 0.23 | 0.78 |
| Hex | BA | CD | D4 | C | 3 | 0 | 11 | C4 | 17 | 4E |
| Octal | 272 | 315 | 324 | 14 | 3 | 0 | 21 | 304 | 27 | 116 |
| Binary | 10111010 | 11001101 | 11010100 | 1100 | 11 | 0 | 10001 | 11000100 | 10111 | 1001110 |
Color Harmonies of #BACDD4
Complementary color
Monochromatic Colors of #BACDD4
Black with #BACDD4
Text Example
Text Example
White with #BACDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDD4; }
p { color: rgb(186,205,212); }
H1.HeaderClassName
{
color: #BACDD4;
}
.AnyTagClassName
{
color: #BACDD4;
}
</style>
background-color css
<style>
a { background-color: #BACDD4; }
a { background-color: rgb(186,205,212); }
div.DivClassName
{
background-color: #BACDD4;
}
.BgClassName
{
background-color: #BACDD4;
}
</style>
border-color css
<style>
span { border-color: #BACDD4; }
span { border-color: rgb(186,205,212); }
td.TdClassName
{
border-color: #BACDD4;
}
.TagClassName
{
border-color: #BACDD4;
}
</style>