Shades of Pattens Blue #BFDDF0
Tints of Pattens Blue #BFDDF0
RGB
CMYK
RGB Variations
Color information
#BFDDF0 (or 0xBFDDF0) is known color: Pattens Blue. HEX triplet: BF, DD and F0. RGB value is (191,221,240). Sum of RGB (Red+Green+Blue) = 191+221+240=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDF0 is #40220F. Grayscale: #D6D6D6. Windows color (decimal): -4203024 or 15785407. OLE color: 15785407.
HSL color Cylindrical-coordinate representation of color #BFDDF0: hue angle of 203.27º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDDF0 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 221 | 240 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.06 |
| HSL | 203.27º | 0.62% | 0.85% | - |
| HSV(B) | 203.27º | 0.2% | 0.94% | - |
| XYZ | 63.07 | 69.08 | 92.45 | - |
| YUV | 214.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 240 | 0.20 | 0.08 | 0 | 0.06 | 203.27 | 0.62 | 0.85 |
| Hex | BF | DD | F0 | 14 | 8 | 0 | 6 | CB | 3E | 55 |
| Octal | 277 | 335 | 360 | 24 | 10 | 0 | 6 | 313 | 76 | 125 |
| Binary | 10111111 | 11011101 | 11110000 | 10100 | 1000 | 0 | 110 | 11001011 | 111110 | 1010101 |
Color Harmonies of #BFDDF0
Complementary color
Monochromatic Colors of #BFDDF0
Black with #BFDDF0
Text Example
Text Example
White with #BFDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDF0; }
p { color: rgb(191,221,240); }
H1.HeaderClassName
{
color: #BFDDF0;
}
.AnyTagClassName
{
color: #BFDDF0;
}
</style>
background-color css
<style>
a { background-color: #BFDDF0; }
a { background-color: rgb(191,221,240); }
div.DivClassName
{
background-color: #BFDDF0;
}
.BgClassName
{
background-color: #BFDDF0;
}
</style>
border-color css
<style>
span { border-color: #BFDDF0; }
span { border-color: rgb(191,221,240); }
td.TdClassName
{
border-color: #BFDDF0;
}
.TagClassName
{
border-color: #BFDDF0;
}
</style>