Shades of Pattens Blue #BFDFFF
Tints of Pattens Blue #BFDFFF
RGB
CMYK
RGB Variations
Color information
#BFDFFF (or 0xBFDFFF) is known color: Pattens Blue. HEX triplet: BF, DF and FF. RGB value is (191,223,255). Sum of RGB (Red+Green+Blue) = 191+223+255=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFDFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFFF is #402000. Grayscale: #D8D8D8. Windows color (decimal): -4202497 or 16768959. OLE color: 16768959.
HSL color Cylindrical-coordinate representation of color #BFDFFF: hue angle of 210º 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 #BFDFFF is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 223 | 255 | - |
| CMYK | 0.25 | 0.13 | 0 | 0 |
| HSL | 210º | 1% | 0.87% | - |
| HSV(B) | 210º | 0.25% | 1% | - |
| XYZ | 65.92 | 71.07 | 104.85 | - |
| YUV | 217.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 255 | 0.25 | 0.13 | 0 | 0 | 210 | 1 | 0.87 |
| Hex | BF | DF | FF | 19 | D | 0 | 0 | D2 | 64 | 57 |
| Octal | 277 | 337 | 377 | 31 | 15 | 0 | 0 | 322 | 144 | 127 |
| Binary | 10111111 | 11011111 | 11111111 | 11001 | 1101 | 0 | 0 | 11010010 | 1100100 | 1010111 |
Color Harmonies of #BFDFFF
Complementary color
Monochromatic Colors of #BFDFFF
Black with #BFDFFF
Text Example
Text Example
White with #BFDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFFF; }
p { color: rgb(191,223,255); }
H1.HeaderClassName
{
color: #BFDFFF;
}
.AnyTagClassName
{
color: #BFDFFF;
}
</style>
background-color css
<style>
a { background-color: #BFDFFF; }
a { background-color: rgb(191,223,255); }
div.DivClassName
{
background-color: #BFDFFF;
}
.BgClassName
{
background-color: #BFDFFF;
}
</style>
border-color css
<style>
span { border-color: #BFDFFF; }
span { border-color: rgb(191,223,255); }
td.TdClassName
{
border-color: #BFDFFF;
}
.TagClassName
{
border-color: #BFDFFF;
}
</style>