Shades of Light Blue #BFD2DA
Tints of Light Blue #BFD2DA
RGB
CMYK
RGB Variations
Color information
#BFD2DA (or 0xBFD2DA) is known color: Light Blue. HEX triplet: BF, D2 and DA. RGB value is (191,210,218). Sum of RGB (Red+Green+Blue) = 191+210+218=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2DA is #402D25. Grayscale: #CDCDCD. Windows color (decimal): -4205862 or 14340799. OLE color: 14340799.
HSL color Cylindrical-coordinate representation of color #BFD2DA: hue angle of 197.78º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD2DA is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 210 | 218 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.15 |
| HSL | 197.78º | 0.27% | 0.8% | - |
| HSV(B) | 197.78º | 0.12% | 0.85% | - |
| XYZ | 57.19 | 62.23 | 75.33 | - |
| YUV | 205.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 218 | 0.12 | 0.04 | 0 | 0.15 | 197.78 | 0.27 | 0.8 |
| Hex | BF | D2 | DA | C | 4 | 0 | F | C6 | 1B | 50 |
| Octal | 277 | 322 | 332 | 14 | 4 | 0 | 17 | 306 | 33 | 120 |
| Binary | 10111111 | 11010010 | 11011010 | 1100 | 100 | 0 | 1111 | 11000110 | 11011 | 1010000 |
Color Harmonies of #BFD2DA
Complementary color
Monochromatic Colors of #BFD2DA
Black with #BFD2DA
Text Example
Text Example
White with #BFD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2DA; }
p { color: rgb(191,210,218); }
H1.HeaderClassName
{
color: #BFD2DA;
}
.AnyTagClassName
{
color: #BFD2DA;
}
</style>
background-color css
<style>
a { background-color: #BFD2DA; }
a { background-color: rgb(191,210,218); }
div.DivClassName
{
background-color: #BFD2DA;
}
.BgClassName
{
background-color: #BFD2DA;
}
</style>
border-color css
<style>
span { border-color: #BFD2DA; }
span { border-color: rgb(191,210,218); }
td.TdClassName
{
border-color: #BFD2DA;
}
.TagClassName
{
border-color: #BFD2DA;
}
</style>