Shades of Pattens Blue #BDE4FC
Tints of Pattens Blue #BDE4FC
RGB
CMYK
RGB Variations
Color information
#BDE4FC (or 0xBDE4FC) is known color: Pattens Blue. HEX triplet: BD, E4 and FC. RGB value is (189,228,252). Sum of RGB (Red+Green+Blue) = 189+228+252=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDE4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE4FC is #421B03. Grayscale: #DADADA. Windows color (decimal): -4332292 or 16573629. OLE color: 16573629.
HSL color Cylindrical-coordinate representation of color #BDE4FC: hue angle of 202.86º 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 #BDE4FC is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 228 | 252 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.01 |
| HSL | 202.86º | 0.91% | 0.86% | - |
| HSV(B) | 202.86º | 0.25% | 0.99% | - |
| XYZ | 66.3 | 73.33 | 102.76 | - |
| YUV | 219.08 | 146.58 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 252 | 0.25 | 0.10 | 0 | 0.01 | 202.86 | 0.91 | 0.86 |
| Hex | BD | E4 | FC | 19 | A | 0 | 1 | CB | 5B | 56 |
| Octal | 275 | 344 | 374 | 31 | 12 | 0 | 1 | 313 | 133 | 126 |
| Binary | 10111101 | 11100100 | 11111100 | 11001 | 1010 | 0 | 1 | 11001011 | 1011011 | 1010110 |
Color Harmonies of #BDE4FC
Complementary color
Monochromatic Colors of #BDE4FC
Black with #BDE4FC
Text Example
Text Example
White with #BDE4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4FC; }
p { color: rgb(189,228,252); }
H1.HeaderClassName
{
color: #BDE4FC;
}
.AnyTagClassName
{
color: #BDE4FC;
}
</style>
background-color css
<style>
a { background-color: #BDE4FC; }
a { background-color: rgb(189,228,252); }
div.DivClassName
{
background-color: #BDE4FC;
}
.BgClassName
{
background-color: #BDE4FC;
}
</style>
border-color css
<style>
span { border-color: #BDE4FC; }
span { border-color: rgb(189,228,252); }
td.TdClassName
{
border-color: #BDE4FC;
}
.TagClassName
{
border-color: #BDE4FC;
}
</style>