Shades of Pattens Blue #BFDDF3
Tints of Pattens Blue #BFDDF3
RGB
CMYK
RGB Variations
Color information
#BFDDF3 (or 0xBFDDF3) is known color: Pattens Blue. HEX triplet: BF, DD and F3. RGB value is (191,221,243). Sum of RGB (Red+Green+Blue) = 191+221+243=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #BFDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDF3 is #40220C. Grayscale: #D6D6D6. Windows color (decimal): -4203021 or 15982015. OLE color: 15982015.
HSL color Cylindrical-coordinate representation of color #BFDDF3: hue angle of 205.38º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFDDF3 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 221 | 243 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.05 |
| HSL | 205.38º | 0.68% | 0.85% | - |
| HSV(B) | 205.38º | 0.21% | 0.95% | - |
| XYZ | 63.52 | 69.26 | 94.81 | - |
| YUV | 214.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 243 | 0.21 | 0.09 | 0 | 0.05 | 205.38 | 0.68 | 0.85 |
| Hex | BF | DD | F3 | 15 | 9 | 0 | 5 | CD | 44 | 55 |
| Octal | 277 | 335 | 363 | 25 | 11 | 0 | 5 | 315 | 104 | 125 |
| Binary | 10111111 | 11011101 | 11110011 | 10101 | 1001 | 0 | 101 | 11001101 | 1000100 | 1010101 |
Color Harmonies of #BFDDF3
Complementary color
Monochromatic Colors of #BFDDF3
Black with #BFDDF3
Text Example
Text Example
White with #BFDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDF3; }
p { color: rgb(191,221,243); }
H1.HeaderClassName
{
color: #BFDDF3;
}
.AnyTagClassName
{
color: #BFDDF3;
}
</style>
background-color css
<style>
a { background-color: #BFDDF3; }
a { background-color: rgb(191,221,243); }
div.DivClassName
{
background-color: #BFDDF3;
}
.BgClassName
{
background-color: #BFDDF3;
}
</style>
border-color css
<style>
span { border-color: #BFDDF3; }
span { border-color: rgb(191,221,243); }
td.TdClassName
{
border-color: #BFDDF3;
}
.TagClassName
{
border-color: #BFDDF3;
}
</style>