Shades of Pattens Blue #BFDDFB
Tints of Pattens Blue #BFDDFB
RGB
CMYK
RGB Variations
Color information
#BFDDFB (or 0xBFDDFB) is known color: Pattens Blue. HEX triplet: BF, DD and FB. RGB value is (191,221,251). Sum of RGB (Red+Green+Blue) = 191+221+251=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDFB is #402204. Grayscale: #D7D7D7. Windows color (decimal): -4203013 or 16506303. OLE color: 16506303.
HSL color Cylindrical-coordinate representation of color #BFDDFB: hue angle of 210º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFDDFB is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 221 | 251 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.02 |
| HSL | 210º | 0.88% | 0.87% | - |
| HSV(B) | 210º | 0.24% | 0.98% | - |
| XYZ | 64.75 | 69.75 | 101.32 | - |
| YUV | 215.45 | 148.06 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 251 | 0.24 | 0.12 | 0 | 0.02 | 210 | 0.88 | 0.87 |
| Hex | BF | DD | FB | 18 | C | 0 | 2 | D2 | 58 | 57 |
| Octal | 277 | 335 | 373 | 30 | 14 | 0 | 2 | 322 | 130 | 127 |
| Binary | 10111111 | 11011101 | 11111011 | 11000 | 1100 | 0 | 10 | 11010010 | 1011000 | 1010111 |
Color Harmonies of #BFDDFB
Complementary color
Monochromatic Colors of #BFDDFB
Black with #BFDDFB
Text Example
Text Example
White with #BFDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDFB; }
p { color: rgb(191,221,251); }
H1.HeaderClassName
{
color: #BFDDFB;
}
.AnyTagClassName
{
color: #BFDDFB;
}
</style>
background-color css
<style>
a { background-color: #BFDDFB; }
a { background-color: rgb(191,221,251); }
div.DivClassName
{
background-color: #BFDDFB;
}
.BgClassName
{
background-color: #BFDDFB;
}
</style>
border-color css
<style>
span { border-color: #BFDDFB; }
span { border-color: rgb(191,221,251); }
td.TdClassName
{
border-color: #BFDDFB;
}
.TagClassName
{
border-color: #BFDDFB;
}
</style>