Shades of Pattens Blue #BFDFFD
Tints of Pattens Blue #BFDFFD
RGB
CMYK
RGB Variations
Color information
#BFDFFD (or 0xBFDFFD) is known color: Pattens Blue. HEX triplet: BF, DF and FD. RGB value is (191,223,253). Sum of RGB (Red+Green+Blue) = 191+223+253=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFDFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFFD is #402002. Grayscale: #D8D8D8. Windows color (decimal): -4202499 or 16637887. OLE color: 16637887.
HSL color Cylindrical-coordinate representation of color #BFDFFD: hue angle of 209.03º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFDFFD is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 223 | 253 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.01 |
| HSL | 209.03º | 0.94% | 0.87% | - |
| HSV(B) | 209.03º | 0.25% | 0.99% | - |
| XYZ | 65.6 | 70.94 | 103.16 | - |
| YUV | 216.85 | 148.4 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 253 | 0.25 | 0.12 | 0 | 0.01 | 209.03 | 0.94 | 0.87 |
| Hex | BF | DF | FD | 19 | C | 0 | 1 | D1 | 5E | 57 |
| Octal | 277 | 337 | 375 | 31 | 14 | 0 | 1 | 321 | 136 | 127 |
| Binary | 10111111 | 11011111 | 11111101 | 11001 | 1100 | 0 | 1 | 11010001 | 1011110 | 1010111 |
Color Harmonies of #BFDFFD
Complementary color
Monochromatic Colors of #BFDFFD
Black with #BFDFFD
Text Example
Text Example
White with #BFDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFFD; }
p { color: rgb(191,223,253); }
H1.HeaderClassName
{
color: #BFDFFD;
}
.AnyTagClassName
{
color: #BFDFFD;
}
</style>
background-color css
<style>
a { background-color: #BFDFFD; }
a { background-color: rgb(191,223,253); }
div.DivClassName
{
background-color: #BFDFFD;
}
.BgClassName
{
background-color: #BFDFFD;
}
</style>
border-color css
<style>
span { border-color: #BFDFFD; }
span { border-color: rgb(191,223,253); }
td.TdClassName
{
border-color: #BFDFFD;
}
.TagClassName
{
border-color: #BFDFFD;
}
</style>