Shades of Pattens Blue #BDE1FB
Tints of Pattens Blue #BDE1FB
RGB
CMYK
RGB Variations
Color information
#BDE1FB (or 0xBDE1FB) is known color: Pattens Blue. HEX triplet: BD, E1 and FB. RGB value is (189,225,251). Sum of RGB (Red+Green+Blue) = 189+225+251=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE1FB is #421E04. Grayscale: #D9D9D9. Windows color (decimal): -4333061 or 16507325. OLE color: 16507325.
HSL color Cylindrical-coordinate representation of color #BDE1FB: hue angle of 205.16º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE1FB is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 225 | 251 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.02 |
| HSL | 205.16º | 0.89% | 0.86% | - |
| HSV(B) | 205.16º | 0.25% | 0.98% | - |
| XYZ | 65.32 | 71.63 | 101.65 | - |
| YUV | 217.2 | 147.07 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 251 | 0.25 | 0.10 | 0 | 0.02 | 205.16 | 0.89 | 0.86 |
| Hex | BD | E1 | FB | 19 | A | 0 | 2 | CD | 59 | 56 |
| Octal | 275 | 341 | 373 | 31 | 12 | 0 | 2 | 315 | 131 | 126 |
| Binary | 10111101 | 11100001 | 11111011 | 11001 | 1010 | 0 | 10 | 11001101 | 1011001 | 1010110 |
Color Harmonies of #BDE1FB
Complementary color
Monochromatic Colors of #BDE1FB
Black with #BDE1FB
Text Example
Text Example
White with #BDE1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1FB; }
p { color: rgb(189,225,251); }
H1.HeaderClassName
{
color: #BDE1FB;
}
.AnyTagClassName
{
color: #BDE1FB;
}
</style>
background-color css
<style>
a { background-color: #BDE1FB; }
a { background-color: rgb(189,225,251); }
div.DivClassName
{
background-color: #BDE1FB;
}
.BgClassName
{
background-color: #BDE1FB;
}
</style>
border-color css
<style>
span { border-color: #BDE1FB; }
span { border-color: rgb(189,225,251); }
td.TdClassName
{
border-color: #BDE1FB;
}
.TagClassName
{
border-color: #BDE1FB;
}
</style>