Shades of Pattens Blue #BFDCF2
Tints of Pattens Blue #BFDCF2
RGB
CMYK
RGB Variations
Color information
#BFDCF2 (or 0xBFDCF2) is known color: Pattens Blue. HEX triplet: BF, DC and F2. RGB value is (191,220,242). Sum of RGB (Red+Green+Blue) = 191+220+242=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCF2 is #40230D. Grayscale: #D5D5D5. Windows color (decimal): -4203278 or 15916223. OLE color: 15916223.
HSL color Cylindrical-coordinate representation of color #BFDCF2: hue angle of 205.88º degrees, saturation: 0.66, 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 #BFDCF2 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 220 | 242 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.05 |
| HSL | 205.88º | 0.66% | 0.85% | - |
| HSV(B) | 205.88º | 0.21% | 0.95% | - |
| XYZ | 63.11 | 68.67 | 93.93 | - |
| YUV | 213.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 242 | 0.21 | 0.09 | 0 | 0.05 | 205.88 | 0.66 | 0.85 |
| Hex | BF | DC | F2 | 15 | 9 | 0 | 5 | CE | 42 | 55 |
| Octal | 277 | 334 | 362 | 25 | 11 | 0 | 5 | 316 | 102 | 125 |
| Binary | 10111111 | 11011100 | 11110010 | 10101 | 1001 | 0 | 101 | 11001110 | 1000010 | 1010101 |
Color Harmonies of #BFDCF2
Complementary color
Monochromatic Colors of #BFDCF2
Black with #BFDCF2
Text Example
Text Example
White with #BFDCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCF2; }
p { color: rgb(191,220,242); }
H1.HeaderClassName
{
color: #BFDCF2;
}
.AnyTagClassName
{
color: #BFDCF2;
}
</style>
background-color css
<style>
a { background-color: #BFDCF2; }
a { background-color: rgb(191,220,242); }
div.DivClassName
{
background-color: #BFDCF2;
}
.BgClassName
{
background-color: #BFDCF2;
}
</style>
border-color css
<style>
span { border-color: #BFDCF2; }
span { border-color: rgb(191,220,242); }
td.TdClassName
{
border-color: #BFDCF2;
}
.TagClassName
{
border-color: #BFDCF2;
}
</style>