Shades of Light Blue #BACFD4
Tints of Light Blue #BACFD4
RGB
CMYK
RGB Variations
Color information
#BACFD4 (or 0xBACFD4) is known color: Light Blue. HEX triplet: BA, CF and D4. RGB value is (186,207,212). Sum of RGB (Red+Green+Blue) = 186+207+212=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 212 - color contains mainly: blue. Hex color #BACFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFD4 is #45302B. Grayscale: #C9C9C9. Windows color (decimal): -4534316 or 13946810. OLE color: 13946810.
HSL color Cylindrical-coordinate representation of color #BACFD4: hue angle of 191.54º 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 #BACFD4 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 207 | 212 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.17 |
| HSL | 191.54º | 0.23% | 0.78% | - |
| HSV(B) | 191.54º | 0.12% | 0.83% | - |
| XYZ | 54.45 | 59.82 | 70.96 | - |
| YUV | 201.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 212 | 0.12 | 0.02 | 0 | 0.17 | 191.54 | 0.23 | 0.78 |
| Hex | BA | CF | D4 | C | 2 | 0 | 11 | C0 | 17 | 4E |
| Octal | 272 | 317 | 324 | 14 | 2 | 0 | 21 | 300 | 27 | 116 |
| Binary | 10111010 | 11001111 | 11010100 | 1100 | 10 | 0 | 10001 | 11000000 | 10111 | 1001110 |
Color Harmonies of #BACFD4
Complementary color
Monochromatic Colors of #BACFD4
Black with #BACFD4
Text Example
Text Example
White with #BACFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFD4; }
p { color: rgb(186,207,212); }
H1.HeaderClassName
{
color: #BACFD4;
}
.AnyTagClassName
{
color: #BACFD4;
}
</style>
background-color css
<style>
a { background-color: #BACFD4; }
a { background-color: rgb(186,207,212); }
div.DivClassName
{
background-color: #BACFD4;
}
.BgClassName
{
background-color: #BACFD4;
}
</style>
border-color css
<style>
span { border-color: #BACFD4; }
span { border-color: rgb(186,207,212); }
td.TdClassName
{
border-color: #BACFD4;
}
.TagClassName
{
border-color: #BACFD4;
}
</style>