Shades of Pattens Blue #BFDDF2
Tints of Pattens Blue #BFDDF2
RGB
CMYK
RGB Variations
Color information
#BFDDF2 (or 0xBFDDF2) is known color: Pattens Blue. HEX triplet: BF, DD and F2. RGB value is (191,221,242). Sum of RGB (Red+Green+Blue) = 191+221+242=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFDDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDF2 is #40220D. Grayscale: #D6D6D6. Windows color (decimal): -4203022 or 15916479. OLE color: 15916479.
HSL color Cylindrical-coordinate representation of color #BFDDF2: hue angle of 204.71º degrees, saturation: 0.66, 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 #BFDDF2 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 221 | 242 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.05 |
| HSL | 204.71º | 0.66% | 0.85% | - |
| HSV(B) | 204.71º | 0.21% | 0.95% | - |
| XYZ | 63.37 | 69.2 | 94.02 | - |
| YUV | 214.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 242 | 0.21 | 0.09 | 0 | 0.05 | 204.71 | 0.66 | 0.85 |
| Hex | BF | DD | F2 | 15 | 9 | 0 | 5 | CD | 42 | 55 |
| Octal | 277 | 335 | 362 | 25 | 11 | 0 | 5 | 315 | 102 | 125 |
| Binary | 10111111 | 11011101 | 11110010 | 10101 | 1001 | 0 | 101 | 11001101 | 1000010 | 1010101 |
Color Harmonies of #BFDDF2
Complementary color
Monochromatic Colors of #BFDDF2
Black with #BFDDF2
Text Example
Text Example
White with #BFDDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDF2; }
p { color: rgb(191,221,242); }
H1.HeaderClassName
{
color: #BFDDF2;
}
.AnyTagClassName
{
color: #BFDDF2;
}
</style>
background-color css
<style>
a { background-color: #BFDDF2; }
a { background-color: rgb(191,221,242); }
div.DivClassName
{
background-color: #BFDDF2;
}
.BgClassName
{
background-color: #BFDDF2;
}
</style>
border-color css
<style>
span { border-color: #BFDDF2; }
span { border-color: rgb(191,221,242); }
td.TdClassName
{
border-color: #BFDDF2;
}
.TagClassName
{
border-color: #BFDDF2;
}
</style>