Shades of Pattens Blue #BDDDF6
Tints of Pattens Blue #BDDDF6
RGB
CMYK
RGB Variations
Color information
#BDDDF6 (or 0xBDDDF6) is known color: Pattens Blue. HEX triplet: BD, DD and F6. RGB value is (189,221,246). Sum of RGB (Red+Green+Blue) = 189+221+246=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF6 is #422209. Grayscale: #D6D6D6. Windows color (decimal): -4334090 or 16178621. OLE color: 16178621.
HSL color Cylindrical-coordinate representation of color #BDDDF6: hue angle of 206.32º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDDF6 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 221 | 246 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.04 |
| HSL | 206.32º | 0.76% | 0.85% | - |
| HSV(B) | 206.32º | 0.23% | 0.96% | - |
| XYZ | 63.48 | 69.19 | 97.2 | - |
| YUV | 214.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 246 | 0.23 | 0.10 | 0 | 0.04 | 206.32 | 0.76 | 0.85 |
| Hex | BD | DD | F6 | 17 | A | 0 | 4 | CE | 4C | 55 |
| Octal | 275 | 335 | 366 | 27 | 12 | 0 | 4 | 316 | 114 | 125 |
| Binary | 10111101 | 11011101 | 11110110 | 10111 | 1010 | 0 | 100 | 11001110 | 1001100 | 1010101 |
Color Harmonies of #BDDDF6
Complementary color
Monochromatic Colors of #BDDDF6
Black with #BDDDF6
Text Example
Text Example
White with #BDDDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDF6; }
p { color: rgb(189,221,246); }
H1.HeaderClassName
{
color: #BDDDF6;
}
.AnyTagClassName
{
color: #BDDDF6;
}
</style>
background-color css
<style>
a { background-color: #BDDDF6; }
a { background-color: rgb(189,221,246); }
div.DivClassName
{
background-color: #BDDDF6;
}
.BgClassName
{
background-color: #BDDDF6;
}
</style>
border-color css
<style>
span { border-color: #BDDDF6; }
span { border-color: rgb(189,221,246); }
td.TdClassName
{
border-color: #BDDDF6;
}
.TagClassName
{
border-color: #BDDDF6;
}
</style>