Shades of Light Blue #BFD3DF
Tints of Light Blue #BFD3DF
RGB
CMYK
RGB Variations
Color information
#BFD3DF (or 0xBFD3DF) is known color: Light Blue. HEX triplet: BF, D3 and DF. RGB value is (191,211,223). Sum of RGB (Red+Green+Blue) = 191+211+223=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFD3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3DF is #402C20. Grayscale: #CECECE. Windows color (decimal): -4205601 or 14668735. OLE color: 14668735.
HSL color Cylindrical-coordinate representation of color #BFD3DF: hue angle of 202.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD3DF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 211 | 223 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.13 |
| HSL | 202.5º | 0.33% | 0.81% | - |
| HSV(B) | 202.5º | 0.14% | 0.87% | - |
| XYZ | 58.1 | 62.99 | 78.91 | - |
| YUV | 206.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 223 | 0.14 | 0.05 | 0 | 0.13 | 202.5 | 0.33 | 0.81 |
| Hex | BF | D3 | DF | E | 5 | 0 | D | CA | 21 | 51 |
| Octal | 277 | 323 | 337 | 16 | 5 | 0 | 15 | 312 | 41 | 121 |
| Binary | 10111111 | 11010011 | 11011111 | 1110 | 101 | 0 | 1101 | 11001010 | 100001 | 1010001 |
Color Harmonies of #BFD3DF
Complementary color
Monochromatic Colors of #BFD3DF
Black with #BFD3DF
Text Example
Text Example
White with #BFD3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD3DF; }
p { color: rgb(191,211,223); }
H1.HeaderClassName
{
color: #BFD3DF;
}
.AnyTagClassName
{
color: #BFD3DF;
}
</style>
background-color css
<style>
a { background-color: #BFD3DF; }
a { background-color: rgb(191,211,223); }
div.DivClassName
{
background-color: #BFD3DF;
}
.BgClassName
{
background-color: #BFD3DF;
}
</style>
border-color css
<style>
span { border-color: #BFD3DF; }
span { border-color: rgb(191,211,223); }
td.TdClassName
{
border-color: #BFD3DF;
}
.TagClassName
{
border-color: #BFD3DF;
}
</style>