Shades of Pattens Blue #BFDFF5
Tints of Pattens Blue #BFDFF5
RGB
CMYK
RGB Variations
Color information
#BFDFF5 (or 0xBFDFF5) is known color: Pattens Blue. HEX triplet: BF, DF and F5. RGB value is (191,223,245). Sum of RGB (Red+Green+Blue) = 191+223+245=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFF5 is #40200A. Grayscale: #D7D7D7. Windows color (decimal): -4202507 or 16113599. OLE color: 16113599.
HSL color Cylindrical-coordinate representation of color #BFDFF5: hue angle of 204.44º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFDFF5 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 223 | 245 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.04 |
| HSL | 204.44º | 0.73% | 0.85% | - |
| HSV(B) | 204.44º | 0.22% | 0.96% | - |
| XYZ | 64.35 | 70.44 | 96.59 | - |
| YUV | 215.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 245 | 0.22 | 0.09 | 0 | 0.04 | 204.44 | 0.73 | 0.85 |
| Hex | BF | DF | F5 | 16 | 9 | 0 | 4 | CC | 49 | 55 |
| Octal | 277 | 337 | 365 | 26 | 11 | 0 | 4 | 314 | 111 | 125 |
| Binary | 10111111 | 11011111 | 11110101 | 10110 | 1001 | 0 | 100 | 11001100 | 1001001 | 1010101 |
Color Harmonies of #BFDFF5
Complementary color
Monochromatic Colors of #BFDFF5
Black with #BFDFF5
Text Example
Text Example
White with #BFDFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFF5; }
p { color: rgb(191,223,245); }
H1.HeaderClassName
{
color: #BFDFF5;
}
.AnyTagClassName
{
color: #BFDFF5;
}
</style>
background-color css
<style>
a { background-color: #BFDFF5; }
a { background-color: rgb(191,223,245); }
div.DivClassName
{
background-color: #BFDFF5;
}
.BgClassName
{
background-color: #BFDFF5;
}
</style>
border-color css
<style>
span { border-color: #BFDFF5; }
span { border-color: rgb(191,223,245); }
td.TdClassName
{
border-color: #BFDFF5;
}
.TagClassName
{
border-color: #BFDFF5;
}
</style>