Shades of Pattens Blue #BFDDFC
Tints of Pattens Blue #BFDDFC
RGB
CMYK
RGB Variations
Color information
#BFDDFC (or 0xBFDDFC) is known color: Pattens Blue. HEX triplet: BF, DD and FC. RGB value is (191,221,252). Sum of RGB (Red+Green+Blue) = 191+221+252=664 (87% of max value = 765). Red value is 191 (75% from 255 or 28.77% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDFC is #402203. Grayscale: #D7D7D7. Windows color (decimal): -4203012 or 16571839. OLE color: 16571839.
HSL color Cylindrical-coordinate representation of color #BFDDFC: hue angle of 210.49º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFDDFC is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 221 | 252 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.01 |
| HSL | 210.49º | 0.91% | 0.87% | - |
| HSV(B) | 210.49º | 0.24% | 0.99% | - |
| XYZ | 64.91 | 69.82 | 102.15 | - |
| YUV | 215.56 | 148.56 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 252 | 0.24 | 0.12 | 0 | 0.01 | 210.49 | 0.91 | 0.87 |
| Hex | BF | DD | FC | 18 | C | 0 | 1 | D2 | 5B | 57 |
| Octal | 277 | 335 | 374 | 30 | 14 | 0 | 1 | 322 | 133 | 127 |
| Binary | 10111111 | 11011101 | 11111100 | 11000 | 1100 | 0 | 1 | 11010010 | 1011011 | 1010111 |
Color Harmonies of #BFDDFC
Complementary color
Monochromatic Colors of #BFDDFC
Black with #BFDDFC
Text Example
Text Example
White with #BFDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDFC; }
p { color: rgb(191,221,252); }
H1.HeaderClassName
{
color: #BFDDFC;
}
.AnyTagClassName
{
color: #BFDDFC;
}
</style>
background-color css
<style>
a { background-color: #BFDDFC; }
a { background-color: rgb(191,221,252); }
div.DivClassName
{
background-color: #BFDDFC;
}
.BgClassName
{
background-color: #BFDDFC;
}
</style>
border-color css
<style>
span { border-color: #BFDDFC; }
span { border-color: rgb(191,221,252); }
td.TdClassName
{
border-color: #BFDDFC;
}
.TagClassName
{
border-color: #BFDDFC;
}
</style>