Shades of Pattens Blue #BDDDF3
Tints of Pattens Blue #BDDDF3
RGB
CMYK
RGB Variations
Color information
#BDDDF3 (or 0xBDDDF3) is known color: Pattens Blue. HEX triplet: BD, DD and F3. RGB value is (189,221,243). Sum of RGB (Red+Green+Blue) = 189+221+243=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF3 is #42220C. Grayscale: #D5D5D5. Windows color (decimal): -4334093 or 15982013. OLE color: 15982013.
HSL color Cylindrical-coordinate representation of color #BDDDF3: hue angle of 204.44º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDDF3 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 221 | 243 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.05 |
| HSL | 204.44º | 0.69% | 0.85% | - |
| HSV(B) | 204.44º | 0.22% | 0.95% | - |
| XYZ | 63.02 | 69 | 94.79 | - |
| YUV | 213.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 243 | 0.22 | 0.09 | 0 | 0.05 | 204.44 | 0.69 | 0.85 |
| Hex | BD | DD | F3 | 16 | 9 | 0 | 5 | CC | 45 | 55 |
| Octal | 275 | 335 | 363 | 26 | 11 | 0 | 5 | 314 | 105 | 125 |
| Binary | 10111101 | 11011101 | 11110011 | 10110 | 1001 | 0 | 101 | 11001100 | 1000101 | 1010101 |
Color Harmonies of #BDDDF3
Complementary color
Monochromatic Colors of #BDDDF3
Black with #BDDDF3
Text Example
Text Example
White with #BDDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDF3; }
p { color: rgb(189,221,243); }
H1.HeaderClassName
{
color: #BDDDF3;
}
.AnyTagClassName
{
color: #BDDDF3;
}
</style>
background-color css
<style>
a { background-color: #BDDDF3; }
a { background-color: rgb(189,221,243); }
div.DivClassName
{
background-color: #BDDDF3;
}
.BgClassName
{
background-color: #BDDDF3;
}
</style>
border-color css
<style>
span { border-color: #BDDDF3; }
span { border-color: rgb(189,221,243); }
td.TdClassName
{
border-color: #BDDDF3;
}
.TagClassName
{
border-color: #BDDDF3;
}
</style>