Shades of Pattens Blue #BFDFF2
Tints of Pattens Blue #BFDFF2
RGB
CMYK
RGB Variations
Color information
#BFDFF2 (or 0xBFDFF2) is known color: Pattens Blue. HEX triplet: BF, DF and F2. RGB value is (191,223,242). Sum of RGB (Red+Green+Blue) = 191+223+242=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFF2 is #40200D. Grayscale: #D7D7D7. Windows color (decimal): -4202510 or 15916991. OLE color: 15916991.
HSL color Cylindrical-coordinate representation of color #BFDFF2: hue angle of 202.35º 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 #BFDFF2 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 223 | 242 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.05 |
| HSL | 202.35º | 0.66% | 0.85% | - |
| HSV(B) | 202.35º | 0.21% | 0.95% | - |
| XYZ | 63.9 | 70.26 | 94.2 | - |
| YUV | 215.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 242 | 0.21 | 0.08 | 0 | 0.05 | 202.35 | 0.66 | 0.85 |
| Hex | BF | DF | F2 | 15 | 8 | 0 | 5 | CA | 42 | 55 |
| Octal | 277 | 337 | 362 | 25 | 10 | 0 | 5 | 312 | 102 | 125 |
| Binary | 10111111 | 11011111 | 11110010 | 10101 | 1000 | 0 | 101 | 11001010 | 1000010 | 1010101 |
Color Harmonies of #BFDFF2
Complementary color
Monochromatic Colors of #BFDFF2
Black with #BFDFF2
Text Example
Text Example
White with #BFDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFF2; }
p { color: rgb(191,223,242); }
H1.HeaderClassName
{
color: #BFDFF2;
}
.AnyTagClassName
{
color: #BFDFF2;
}
</style>
background-color css
<style>
a { background-color: #BFDFF2; }
a { background-color: rgb(191,223,242); }
div.DivClassName
{
background-color: #BFDFF2;
}
.BgClassName
{
background-color: #BFDFF2;
}
</style>
border-color css
<style>
span { border-color: #BFDFF2; }
span { border-color: rgb(191,223,242); }
td.TdClassName
{
border-color: #BFDFF2;
}
.TagClassName
{
border-color: #BFDFF2;
}
</style>