Shades of Pattens Blue #BFDDFD
Tints of Pattens Blue #BFDDFD
RGB
CMYK
RGB Variations
Color information
#BFDDFD (or 0xBFDDFD) is known color: Pattens Blue. HEX triplet: BF, DD and FD. RGB value is (191,221,253). Sum of RGB (Red+Green+Blue) = 191+221+253=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDFD is #402202. Grayscale: #D7D7D7. Windows color (decimal): -4203011 or 16637375. OLE color: 16637375.
HSL color Cylindrical-coordinate representation of color #BFDDFD: hue angle of 210.97º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFDDFD is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 191 | 221 | 253 | - |
CMYK | 0.25 | 0.13 | 0 | 0.01 |
HSL | 210.97º | 0.94% | 0.87% | - |
HSV(B) | 210.97º | 0.25% | 0.99% | - |
XYZ | 65.07 | 69.88 | 102.99 | - |
YUV | 215.68 | 149.06 | 110.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 221 | 253 | 0.25 | 0.13 | 0 | 0.01 | 210.97 | 0.94 | 0.87 |
Hex | BF | DD | FD | 19 | D | 0 | 1 | D3 | 5E | 57 |
Octal | 277 | 335 | 375 | 31 | 15 | 0 | 1 | 323 | 136 | 127 |
Binary | 10111111 | 11011101 | 11111101 | 11001 | 1101 | 0 | 1 | 11010011 | 1011110 | 1010111 |
Color Harmonies of #BFDDFD
Complementary color
Monochromatic Colors of #BFDDFD
Black with #BFDDFD
Text Example
Text Example
White with #BFDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDFD; }
p { color: rgb(191,221,253); }
H1.HeaderClassName
{
color: #BFDDFD;
}
.AnyTagClassName
{
color: #BFDDFD;
}
</style>
background-color css
<style>
a { background-color: #BFDDFD; }
a { background-color: rgb(191,221,253); }
div.DivClassName
{
background-color: #BFDDFD;
}
.BgClassName
{
background-color: #BFDDFD;
}
</style>
border-color css
<style>
span { border-color: #BFDDFD; }
span { border-color: rgb(191,221,253); }
td.TdClassName
{
border-color: #BFDDFD;
}
.TagClassName
{
border-color: #BFDDFD;
}
</style>