Shades of Pattens Blue #BFE2FD
Tints of Pattens Blue #BFE2FD
RGB
CMYK
RGB Variations
Color information
#BFE2FD (or 0xBFE2FD) is known color: Pattens Blue. HEX triplet: BF, E2 and FD. RGB value is (191,226,253). Sum of RGB (Red+Green+Blue) = 191+226+253=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2FD is #401D02. Grayscale: #DADADA. Windows color (decimal): -4201731 or 16638655. OLE color: 16638655.
HSL color Cylindrical-coordinate representation of color #BFE2FD: hue angle of 206.13º 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 #BFE2FD is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 191 | 226 | 253 | - |
CMYK | 0.25 | 0.11 | 0 | 0.01 |
HSL | 206.13º | 0.94% | 0.87% | - |
HSV(B) | 206.13º | 0.25% | 0.99% | - |
XYZ | 66.41 | 72.56 | 103.43 | - |
YUV | 218.61 | 147.4 | 108.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 226 | 253 | 0.25 | 0.11 | 0 | 0.01 | 206.13 | 0.94 | 0.87 |
Hex | BF | E2 | FD | 19 | B | 0 | 1 | CE | 5E | 57 |
Octal | 277 | 342 | 375 | 31 | 13 | 0 | 1 | 316 | 136 | 127 |
Binary | 10111111 | 11100010 | 11111101 | 11001 | 1011 | 0 | 1 | 11001110 | 1011110 | 1010111 |
Color Harmonies of #BFE2FD
Complementary color
Monochromatic Colors of #BFE2FD
Black with #BFE2FD
Text Example
Text Example
White with #BFE2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2FD; }
p { color: rgb(191,226,253); }
H1.HeaderClassName
{
color: #BFE2FD;
}
.AnyTagClassName
{
color: #BFE2FD;
}
</style>
background-color css
<style>
a { background-color: #BFE2FD; }
a { background-color: rgb(191,226,253); }
div.DivClassName
{
background-color: #BFE2FD;
}
.BgClassName
{
background-color: #BFE2FD;
}
</style>
border-color css
<style>
span { border-color: #BFE2FD; }
span { border-color: rgb(191,226,253); }
td.TdClassName
{
border-color: #BFE2FD;
}
.TagClassName
{
border-color: #BFE2FD;
}
</style>