Shades of Pattens Blue #BDE5FD
Tints of Pattens Blue #BDE5FD
RGB
CMYK
RGB Variations
Color information
#BDE5FD (or 0xBDE5FD) is known color: Pattens Blue. HEX triplet: BD, E5 and FD. RGB value is (189,229,253). Sum of RGB (Red+Green+Blue) = 189+229+253=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5FD is #421A02. Grayscale: #DBDBDB. Windows color (decimal): -4332035 or 16639421. OLE color: 16639421.
HSL color Cylindrical-coordinate representation of color #BDE5FD: hue angle of 202.5º 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 #BDE5FD is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 229 | 253 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.01 |
| HSL | 202.5º | 0.94% | 0.87% | - |
| HSV(B) | 202.5º | 0.25% | 0.99% | - |
| XYZ | 66.74 | 73.95 | 103.68 | - |
| YUV | 219.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 253 | 0.25 | 0.09 | 0 | 0.01 | 202.5 | 0.94 | 0.87 |
| Hex | BD | E5 | FD | 19 | 9 | 0 | 1 | CA | 5E | 57 |
| Octal | 275 | 345 | 375 | 31 | 11 | 0 | 1 | 312 | 136 | 127 |
| Binary | 10111101 | 11100101 | 11111101 | 11001 | 1001 | 0 | 1 | 11001010 | 1011110 | 1010111 |
Color Harmonies of #BDE5FD
Complementary color
Monochromatic Colors of #BDE5FD
Black with #BDE5FD
Text Example
Text Example
White with #BDE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5FD; }
p { color: rgb(189,229,253); }
H1.HeaderClassName
{
color: #BDE5FD;
}
.AnyTagClassName
{
color: #BDE5FD;
}
</style>
background-color css
<style>
a { background-color: #BDE5FD; }
a { background-color: rgb(189,229,253); }
div.DivClassName
{
background-color: #BDE5FD;
}
.BgClassName
{
background-color: #BDE5FD;
}
</style>
border-color css
<style>
span { border-color: #BDE5FD; }
span { border-color: rgb(189,229,253); }
td.TdClassName
{
border-color: #BDE5FD;
}
.TagClassName
{
border-color: #BDE5FD;
}
</style>