Shades of Pattens Blue #BDDFFF
Tints of Pattens Blue #BDDFFF
RGB
CMYK
RGB Variations
Color information
#BDDFFF (or 0xBDDFFF) is known color: Pattens Blue. HEX triplet: BD, DF and FF. RGB value is (189,223,255). Sum of RGB (Red+Green+Blue) = 189+223+255=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDDFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFFF is #422000. Grayscale: #D8D8D8. Windows color (decimal): -4333569 or 16768957. OLE color: 16768957.
HSL color Cylindrical-coordinate representation of color #BDDFFF: hue angle of 209.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDFFF is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 223 | 255 | - |
| CMYK | 0.26 | 0.13 | 0 | 0 |
| HSL | 209.09º | 1% | 0.87% | - |
| HSV(B) | 209.09º | 0.26% | 1% | - |
| XYZ | 65.42 | 70.81 | 104.83 | - |
| YUV | 216.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 255 | 0.26 | 0.13 | 0 | 0 | 209.09 | 1 | 0.87 |
| Hex | BD | DF | FF | 1A | D | 0 | 0 | D1 | 64 | 57 |
| Octal | 275 | 337 | 377 | 32 | 15 | 0 | 0 | 321 | 144 | 127 |
| Binary | 10111101 | 11011111 | 11111111 | 11010 | 1101 | 0 | 0 | 11010001 | 1100100 | 1010111 |
Color Harmonies of #BDDFFF
Complementary color
Monochromatic Colors of #BDDFFF
Black with #BDDFFF
Text Example
Text Example
White with #BDDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFFF; }
p { color: rgb(189,223,255); }
H1.HeaderClassName
{
color: #BDDFFF;
}
.AnyTagClassName
{
color: #BDDFFF;
}
</style>
background-color css
<style>
a { background-color: #BDDFFF; }
a { background-color: rgb(189,223,255); }
div.DivClassName
{
background-color: #BDDFFF;
}
.BgClassName
{
background-color: #BDDFFF;
}
</style>
border-color css
<style>
span { border-color: #BDDFFF; }
span { border-color: rgb(189,223,255); }
td.TdClassName
{
border-color: #BDDFFF;
}
.TagClassName
{
border-color: #BDDFFF;
}
</style>