Shades of Pattens Blue #BFDCF3
Tints of Pattens Blue #BFDCF3
RGB
CMYK
RGB Variations
Color information
#BFDCF3 (or 0xBFDCF3) is known color: Pattens Blue. HEX triplet: BF, DC and F3. RGB value is (191,220,243). Sum of RGB (Red+Green+Blue) = 191+220+243=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCF3 is #40230C. Grayscale: #D5D5D5. Windows color (decimal): -4203277 or 15981759. OLE color: 15981759.
HSL color Cylindrical-coordinate representation of color #BFDCF3: hue angle of 206.54º degrees, saturation: 0.68, 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 #BFDCF3 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 220 | 243 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.05 |
| HSL | 206.54º | 0.68% | 0.85% | - |
| HSV(B) | 206.54º | 0.21% | 0.95% | - |
| XYZ | 63.26 | 68.73 | 94.73 | - |
| YUV | 213.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 243 | 0.21 | 0.09 | 0 | 0.05 | 206.54 | 0.68 | 0.85 |
| Hex | BF | DC | F3 | 15 | 9 | 0 | 5 | CF | 44 | 55 |
| Octal | 277 | 334 | 363 | 25 | 11 | 0 | 5 | 317 | 104 | 125 |
| Binary | 10111111 | 11011100 | 11110011 | 10101 | 1001 | 0 | 101 | 11001111 | 1000100 | 1010101 |
Color Harmonies of #BFDCF3
Complementary color
Monochromatic Colors of #BFDCF3
Black with #BFDCF3
Text Example
Text Example
White with #BFDCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCF3; }
p { color: rgb(191,220,243); }
H1.HeaderClassName
{
color: #BFDCF3;
}
.AnyTagClassName
{
color: #BFDCF3;
}
</style>
background-color css
<style>
a { background-color: #BFDCF3; }
a { background-color: rgb(191,220,243); }
div.DivClassName
{
background-color: #BFDCF3;
}
.BgClassName
{
background-color: #BFDCF3;
}
</style>
border-color css
<style>
span { border-color: #BFDCF3; }
span { border-color: rgb(191,220,243); }
td.TdClassName
{
border-color: #BFDCF3;
}
.TagClassName
{
border-color: #BFDCF3;
}
</style>