Shades of Light Blue #BFD3DA
Tints of Light Blue #BFD3DA
RGB
CMYK
RGB Variations
Color information
#BFD3DA (or 0xBFD3DA) is known color: Light Blue. HEX triplet: BF, D3 and DA. RGB value is (191,211,218). Sum of RGB (Red+Green+Blue) = 191+211+218=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFD3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3DA is #402C25. Grayscale: #CDCDCD. Windows color (decimal): -4205606 or 14341055. OLE color: 14341055.
HSL color Cylindrical-coordinate representation of color #BFD3DA: hue angle of 195.56º 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 #BFD3DA is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 191 | 211 | 218 | - |
CMYK | 0.12 | 0.03 | 0 | 0.15 |
HSL | 195.56º | 0.27% | 0.8% | - |
HSV(B) | 195.56º | 0.12% | 0.85% | - |
XYZ | 57.44 | 62.73 | 75.41 | - |
YUV | 205.82 | 134.87 | 117.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 211 | 218 | 0.12 | 0.03 | 0 | 0.15 | 195.56 | 0.27 | 0.8 |
Hex | BF | D3 | DA | C | 3 | 0 | F | C4 | 1B | 50 |
Octal | 277 | 323 | 332 | 14 | 3 | 0 | 17 | 304 | 33 | 120 |
Binary | 10111111 | 11010011 | 11011010 | 1100 | 11 | 0 | 1111 | 11000100 | 11011 | 1010000 |
Color Harmonies of #BFD3DA
Complementary color
Monochromatic Colors of #BFD3DA
Black with #BFD3DA
Text Example
Text Example
White with #BFD3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD3DA; }
p { color: rgb(191,211,218); }
H1.HeaderClassName
{
color: #BFD3DA;
}
.AnyTagClassName
{
color: #BFD3DA;
}
</style>
background-color css
<style>
a { background-color: #BFD3DA; }
a { background-color: rgb(191,211,218); }
div.DivClassName
{
background-color: #BFD3DA;
}
.BgClassName
{
background-color: #BFD3DA;
}
</style>
border-color css
<style>
span { border-color: #BFD3DA; }
span { border-color: rgb(191,211,218); }
td.TdClassName
{
border-color: #BFD3DA;
}
.TagClassName
{
border-color: #BFD3DA;
}
</style>