Shades of Pattens Blue #BDDDF2
Tints of Pattens Blue #BDDDF2
RGB
CMYK
RGB Variations
Color information
#BDDDF2 (or 0xBDDDF2) is known color: Pattens Blue. HEX triplet: BD, DD and F2. RGB value is (189,221,242). Sum of RGB (Red+Green+Blue) = 189+221+242=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDDDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF2 is #42220D. Grayscale: #D5D5D5. Windows color (decimal): -4334094 or 15916477. OLE color: 15916477.
HSL color Cylindrical-coordinate representation of color #BDDDF2: hue angle of 203.77º degrees, saturation: 0.67, 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 #BDDDF2 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 221 | 242 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.05 |
| HSL | 203.77º | 0.67% | 0.85% | - |
| HSV(B) | 203.77º | 0.22% | 0.95% | - |
| XYZ | 62.87 | 68.94 | 94 | - |
| YUV | 213.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 242 | 0.22 | 0.09 | 0 | 0.05 | 203.77 | 0.67 | 0.85 |
| Hex | BD | DD | F2 | 16 | 9 | 0 | 5 | CC | 43 | 55 |
| Octal | 275 | 335 | 362 | 26 | 11 | 0 | 5 | 314 | 103 | 125 |
| Binary | 10111101 | 11011101 | 11110010 | 10110 | 1001 | 0 | 101 | 11001100 | 1000011 | 1010101 |
Color Harmonies of #BDDDF2
Complementary color
Monochromatic Colors of #BDDDF2
Black with #BDDDF2
Text Example
Text Example
White with #BDDDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDF2; }
p { color: rgb(189,221,242); }
H1.HeaderClassName
{
color: #BDDDF2;
}
.AnyTagClassName
{
color: #BDDDF2;
}
</style>
background-color css
<style>
a { background-color: #BDDDF2; }
a { background-color: rgb(189,221,242); }
div.DivClassName
{
background-color: #BDDDF2;
}
.BgClassName
{
background-color: #BDDDF2;
}
</style>
border-color css
<style>
span { border-color: #BDDDF2; }
span { border-color: rgb(189,221,242); }
td.TdClassName
{
border-color: #BDDDF2;
}
.TagClassName
{
border-color: #BDDDF2;
}
</style>