Shades of Light Blue #BFD5DB
Tints of Light Blue #BFD5DB
RGB
CMYK
RGB Variations
Color information
#BFD5DB (or 0xBFD5DB) is known color: Light Blue. HEX triplet: BF, D5 and DB. RGB value is (191,213,219). Sum of RGB (Red+Green+Blue) = 191+213+219=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5DB is #402A24. Grayscale: #CFCFCF. Windows color (decimal): -4205093 or 14407103. OLE color: 14407103.
HSL color Cylindrical-coordinate representation of color #BFD5DB: hue angle of 192.86º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFD5DB is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 191 | 213 | 219 | - |
CMYK | 0.13 | 0.03 | 0 | 0.14 |
HSL | 192.86º | 0.28% | 0.8% | - |
HSV(B) | 192.86º | 0.13% | 0.86% | - |
XYZ | 58.07 | 63.78 | 76.27 | - |
YUV | 207.11 | 134.71 | 116.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 213 | 219 | 0.13 | 0.03 | 0 | 0.14 | 192.86 | 0.28 | 0.8 |
Hex | BF | D5 | DB | D | 3 | 0 | E | C1 | 1C | 50 |
Octal | 277 | 325 | 333 | 15 | 3 | 0 | 16 | 301 | 34 | 120 |
Binary | 10111111 | 11010101 | 11011011 | 1101 | 11 | 0 | 1110 | 11000001 | 11100 | 1010000 |
Color Harmonies of #BFD5DB
Complementary color
Monochromatic Colors of #BFD5DB
Black with #BFD5DB
Text Example
Text Example
White with #BFD5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD5DB; }
p { color: rgb(191,213,219); }
H1.HeaderClassName
{
color: #BFD5DB;
}
.AnyTagClassName
{
color: #BFD5DB;
}
</style>
background-color css
<style>
a { background-color: #BFD5DB; }
a { background-color: rgb(191,213,219); }
div.DivClassName
{
background-color: #BFD5DB;
}
.BgClassName
{
background-color: #BFD5DB;
}
</style>
border-color css
<style>
span { border-color: #BFD5DB; }
span { border-color: rgb(191,213,219); }
td.TdClassName
{
border-color: #BFD5DB;
}
.TagClassName
{
border-color: #BFD5DB;
}
</style>