Shades of Pattens Blue #BDDDF5
Tints of Pattens Blue #BDDDF5
RGB
CMYK
RGB Variations
Color information
#BDDDF5 (or 0xBDDDF5) is known color: Pattens Blue. HEX triplet: BD, DD and F5. RGB value is (189,221,245). Sum of RGB (Red+Green+Blue) = 189+221+245=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF5 is #42220A. Grayscale: #D6D6D6. Windows color (decimal): -4334091 or 16113085. OLE color: 16113085.
HSL color Cylindrical-coordinate representation of color #BDDDF5: hue angle of 205.71º degrees, saturation: 0.74, 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 #BDDDF5 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 221 | 245 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.04 |
| HSL | 205.71º | 0.74% | 0.85% | - |
| HSV(B) | 205.71º | 0.23% | 0.96% | - |
| XYZ | 63.32 | 69.12 | 96.39 | - |
| YUV | 214.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 245 | 0.23 | 0.10 | 0 | 0.04 | 205.71 | 0.74 | 0.85 |
| Hex | BD | DD | F5 | 17 | A | 0 | 4 | CE | 4A | 55 |
| Octal | 275 | 335 | 365 | 27 | 12 | 0 | 4 | 316 | 112 | 125 |
| Binary | 10111101 | 11011101 | 11110101 | 10111 | 1010 | 0 | 100 | 11001110 | 1001010 | 1010101 |
Color Harmonies of #BDDDF5
Complementary color
Monochromatic Colors of #BDDDF5
Black with #BDDDF5
Text Example
Text Example
White with #BDDDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDF5; }
p { color: rgb(189,221,245); }
H1.HeaderClassName
{
color: #BDDDF5;
}
.AnyTagClassName
{
color: #BDDDF5;
}
</style>
background-color css
<style>
a { background-color: #BDDDF5; }
a { background-color: rgb(189,221,245); }
div.DivClassName
{
background-color: #BDDDF5;
}
.BgClassName
{
background-color: #BDDDF5;
}
</style>
border-color css
<style>
span { border-color: #BDDDF5; }
span { border-color: rgb(189,221,245); }
td.TdClassName
{
border-color: #BDDDF5;
}
.TagClassName
{
border-color: #BDDDF5;
}
</style>