Shades of Pattens Blue #BFDCF5
Tints of Pattens Blue #BFDCF5
RGB
CMYK
RGB Variations
Color information
#BFDCF5 (or 0xBFDCF5) is known color: Pattens Blue. HEX triplet: BF, DC and F5. RGB value is (191,220,245). Sum of RGB (Red+Green+Blue) = 191+220+245=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFDCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCF5 is #40230A. Grayscale: #D6D6D6. Windows color (decimal): -4203275 or 16112831. OLE color: 16112831.
HSL color Cylindrical-coordinate representation of color #BFDCF5: hue angle of 207.78º 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 #BFDCF5 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 220 | 245 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.04 |
| HSL | 207.78º | 0.73% | 0.85% | - |
| HSV(B) | 207.78º | 0.22% | 0.96% | - |
| XYZ | 63.56 | 68.86 | 96.33 | - |
| YUV | 214.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 245 | 0.22 | 0.10 | 0 | 0.04 | 207.78 | 0.73 | 0.85 |
| Hex | BF | DC | F5 | 16 | A | 0 | 4 | D0 | 49 | 55 |
| Octal | 277 | 334 | 365 | 26 | 12 | 0 | 4 | 320 | 111 | 125 |
| Binary | 10111111 | 11011100 | 11110101 | 10110 | 1010 | 0 | 100 | 11010000 | 1001001 | 1010101 |
Color Harmonies of #BFDCF5
Complementary color
Monochromatic Colors of #BFDCF5
Black with #BFDCF5
Text Example
Text Example
White with #BFDCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCF5; }
p { color: rgb(191,220,245); }
H1.HeaderClassName
{
color: #BFDCF5;
}
.AnyTagClassName
{
color: #BFDCF5;
}
</style>
background-color css
<style>
a { background-color: #BFDCF5; }
a { background-color: rgb(191,220,245); }
div.DivClassName
{
background-color: #BFDCF5;
}
.BgClassName
{
background-color: #BFDCF5;
}
</style>
border-color css
<style>
span { border-color: #BFDCF5; }
span { border-color: rgb(191,220,245); }
td.TdClassName
{
border-color: #BFDCF5;
}
.TagClassName
{
border-color: #BFDCF5;
}
</style>