Shades of Pattens Blue #BFDEFE
Tints of Pattens Blue #BFDEFE
RGB
CMYK
RGB Variations
Color information
#BFDEFE (or 0xBFDEFE) is known color: Pattens Blue. HEX triplet: BF, DE and FE. RGB value is (191,222,254). Sum of RGB (Red+Green+Blue) = 191+222+254=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFDEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDEFE is #402101. Grayscale: #D8D8D8. Windows color (decimal): -4202754 or 16703167. OLE color: 16703167.
HSL color Cylindrical-coordinate representation of color #BFDEFE: hue angle of 210.48º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFDEFE is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 222 | 254 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.00 |
| HSL | 210.48º | 0.97% | 0.87% | - |
| HSV(B) | 210.48º | 0.25% | 1% | - |
| XYZ | 65.5 | 70.47 | 103.92 | - |
| YUV | 216.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 254 | 0.25 | 0.13 | 0 | 0.00 | 210.48 | 0.97 | 0.87 |
| Hex | BF | DE | FE | 19 | D | 0 | 0 | D2 | 61 | 57 |
| Octal | 277 | 336 | 376 | 31 | 15 | 0 | 0 | 322 | 141 | 127 |
| Binary | 10111111 | 11011110 | 11111110 | 11001 | 1101 | 0 | 0 | 11010010 | 1100001 | 1010111 |
Color Harmonies of #BFDEFE
Complementary color
Monochromatic Colors of #BFDEFE
Black with #BFDEFE
Text Example
Text Example
White with #BFDEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEFE; }
p { color: rgb(191,222,254); }
H1.HeaderClassName
{
color: #BFDEFE;
}
.AnyTagClassName
{
color: #BFDEFE;
}
</style>
background-color css
<style>
a { background-color: #BFDEFE; }
a { background-color: rgb(191,222,254); }
div.DivClassName
{
background-color: #BFDEFE;
}
.BgClassName
{
background-color: #BFDEFE;
}
</style>
border-color css
<style>
span { border-color: #BFDEFE; }
span { border-color: rgb(191,222,254); }
td.TdClassName
{
border-color: #BFDEFE;
}
.TagClassName
{
border-color: #BFDEFE;
}
</style>