Shades of Pattens Blue #BFDCF1
Tints of Pattens Blue #BFDCF1
RGB
CMYK
RGB Variations
Color information
#BFDCF1 (or 0xBFDCF1) is known color: Pattens Blue. HEX triplet: BF, DC and F1. RGB value is (191,220,241). Sum of RGB (Red+Green+Blue) = 191+220+241=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCF1 is #40230E. Grayscale: #D5D5D5. Windows color (decimal): -4203279 or 15850687. OLE color: 15850687.
HSL color Cylindrical-coordinate representation of color #BFDCF1: hue angle of 205.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFDCF1 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 220 | 241 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.05 |
| HSL | 205.2º | 0.64% | 0.85% | - |
| HSV(B) | 205.2º | 0.21% | 0.95% | - |
| XYZ | 62.96 | 68.61 | 93.14 | - |
| YUV | 213.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 241 | 0.21 | 0.09 | 0 | 0.05 | 205.2 | 0.64 | 0.85 |
| Hex | BF | DC | F1 | 15 | 9 | 0 | 5 | CD | 40 | 55 |
| Octal | 277 | 334 | 361 | 25 | 11 | 0 | 5 | 315 | 100 | 125 |
| Binary | 10111111 | 11011100 | 11110001 | 10101 | 1001 | 0 | 101 | 11001101 | 1000000 | 1010101 |
Color Harmonies of #BFDCF1
Complementary color
Monochromatic Colors of #BFDCF1
Black with #BFDCF1
Text Example
Text Example
White with #BFDCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCF1; }
p { color: rgb(191,220,241); }
H1.HeaderClassName
{
color: #BFDCF1;
}
.AnyTagClassName
{
color: #BFDCF1;
}
</style>
background-color css
<style>
a { background-color: #BFDCF1; }
a { background-color: rgb(191,220,241); }
div.DivClassName
{
background-color: #BFDCF1;
}
.BgClassName
{
background-color: #BFDCF1;
}
</style>
border-color css
<style>
span { border-color: #BFDCF1; }
span { border-color: rgb(191,220,241); }
td.TdClassName
{
border-color: #BFDCF1;
}
.TagClassName
{
border-color: #BFDCF1;
}
</style>