Shades of Pattens Blue #BFDDEF
Tints of Pattens Blue #BFDDEF
RGB
CMYK
RGB Variations
Color information
#BFDDEF (or 0xBFDDEF) is known color: Pattens Blue. HEX triplet: BF, DD and EF. RGB value is (191,221,239). Sum of RGB (Red+Green+Blue) = 191+221+239=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFDDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDEF is #402210. Grayscale: #D5D5D5. Windows color (decimal): -4203025 or 15719871. OLE color: 15719871.
HSL color Cylindrical-coordinate representation of color #BFDDEF: hue angle of 202.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDDEF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 221 | 239 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.06 |
| HSL | 202.5º | 0.6% | 0.84% | - |
| HSV(B) | 202.5º | 0.2% | 0.94% | - |
| XYZ | 62.92 | 69.02 | 91.67 | - |
| YUV | 214.08 | 142.06 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 239 | 0.20 | 0.08 | 0 | 0.06 | 202.5 | 0.6 | 0.84 |
| Hex | BF | DD | EF | 14 | 8 | 0 | 6 | CA | 3C | 54 |
| Octal | 277 | 335 | 357 | 24 | 10 | 0 | 6 | 312 | 74 | 124 |
| Binary | 10111111 | 11011101 | 11101111 | 10100 | 1000 | 0 | 110 | 11001010 | 111100 | 1010100 |
Color Harmonies of #BFDDEF
Complementary color
Monochromatic Colors of #BFDDEF
Black with #BFDDEF
Text Example
Text Example
White with #BFDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDEF; }
p { color: rgb(191,221,239); }
H1.HeaderClassName
{
color: #BFDDEF;
}
.AnyTagClassName
{
color: #BFDDEF;
}
</style>
background-color css
<style>
a { background-color: #BFDDEF; }
a { background-color: rgb(191,221,239); }
div.DivClassName
{
background-color: #BFDDEF;
}
.BgClassName
{
background-color: #BFDDEF;
}
</style>
border-color css
<style>
span { border-color: #BFDDEF; }
span { border-color: rgb(191,221,239); }
td.TdClassName
{
border-color: #BFDDEF;
}
.TagClassName
{
border-color: #BFDDEF;
}
</style>