Shades of Pattens Blue #BFDEFF
Tints of Pattens Blue #BFDEFF
RGB
CMYK
RGB Variations
Color information
#BFDEFF (or 0xBFDEFF) is known color: Pattens Blue. HEX triplet: BF, DE and FF. RGB value is (191,222,255). Sum of RGB (Red+Green+Blue) = 191+222+255=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDEFF is #402100. Grayscale: #D8D8D8. Windows color (decimal): -4202753 or 16768703. OLE color: 16768703.
HSL color Cylindrical-coordinate representation of color #BFDEFF: hue angle of 210.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFDEFF is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 222 | 255 | - |
| CMYK | 0.25 | 0.13 | 0 | 0 |
| HSL | 210.94º | 1% | 0.87% | - |
| HSV(B) | 210.94º | 0.25% | 1% | - |
| XYZ | 65.66 | 70.54 | 104.76 | - |
| YUV | 216.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 255 | 0.25 | 0.13 | 0 | 0 | 210.94 | 1 | 0.87 |
| Hex | BF | DE | FF | 19 | D | 0 | 0 | D3 | 64 | 57 |
| Octal | 277 | 336 | 377 | 31 | 15 | 0 | 0 | 323 | 144 | 127 |
| Binary | 10111111 | 11011110 | 11111111 | 11001 | 1101 | 0 | 0 | 11010011 | 1100100 | 1010111 |
Color Harmonies of #BFDEFF
Complementary color
Monochromatic Colors of #BFDEFF
Black with #BFDEFF
Text Example
Text Example
White with #BFDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEFF; }
p { color: rgb(191,222,255); }
H1.HeaderClassName
{
color: #BFDEFF;
}
.AnyTagClassName
{
color: #BFDEFF;
}
</style>
background-color css
<style>
a { background-color: #BFDEFF; }
a { background-color: rgb(191,222,255); }
div.DivClassName
{
background-color: #BFDEFF;
}
.BgClassName
{
background-color: #BFDEFF;
}
</style>
border-color css
<style>
span { border-color: #BFDEFF; }
span { border-color: rgb(191,222,255); }
td.TdClassName
{
border-color: #BFDEFF;
}
.TagClassName
{
border-color: #BFDEFF;
}
</style>