Shades of Pattens Blue #BDE3FC
Tints of Pattens Blue #BDE3FC
RGB
CMYK
RGB Variations
Color information
#BDE3FC (or 0xBDE3FC) is known color: Pattens Blue. HEX triplet: BD, E3 and FC. RGB value is (189,227,252). Sum of RGB (Red+Green+Blue) = 189+227+252=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDE3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3FC is #421C03. Grayscale: #DADADA. Windows color (decimal): -4332548 or 16573373. OLE color: 16573373.
HSL color Cylindrical-coordinate representation of color #BDE3FC: hue angle of 203.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDE3FC is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 227 | 252 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.01 |
| HSL | 203.81º | 0.91% | 0.86% | - |
| HSV(B) | 203.81º | 0.25% | 0.99% | - |
| XYZ | 66.03 | 72.79 | 102.66 | - |
| YUV | 218.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 252 | 0.25 | 0.10 | 0 | 0.01 | 203.81 | 0.91 | 0.86 |
| Hex | BD | E3 | FC | 19 | A | 0 | 1 | CC | 5B | 56 |
| Octal | 275 | 343 | 374 | 31 | 12 | 0 | 1 | 314 | 133 | 126 |
| Binary | 10111101 | 11100011 | 11111100 | 11001 | 1010 | 0 | 1 | 11001100 | 1011011 | 1010110 |
Color Harmonies of #BDE3FC
Complementary color
Monochromatic Colors of #BDE3FC
Black with #BDE3FC
Text Example
Text Example
White with #BDE3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3FC; }
p { color: rgb(189,227,252); }
H1.HeaderClassName
{
color: #BDE3FC;
}
.AnyTagClassName
{
color: #BDE3FC;
}
</style>
background-color css
<style>
a { background-color: #BDE3FC; }
a { background-color: rgb(189,227,252); }
div.DivClassName
{
background-color: #BDE3FC;
}
.BgClassName
{
background-color: #BDE3FC;
}
</style>
border-color css
<style>
span { border-color: #BDE3FC; }
span { border-color: rgb(189,227,252); }
td.TdClassName
{
border-color: #BDE3FC;
}
.TagClassName
{
border-color: #BDE3FC;
}
</style>