Shades of Pattens Blue #BDDFFE
Tints of Pattens Blue #BDDFFE
RGB
CMYK
RGB Variations
Color information
#BDDFFE (or 0xBDDFFE) is known color: Pattens Blue. HEX triplet: BD, DF and FE. RGB value is (189,223,254). Sum of RGB (Red+Green+Blue) = 189+223+254=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDDFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFFE is #422001. Grayscale: #D8D8D8. Windows color (decimal): -4333570 or 16703421. OLE color: 16703421.
HSL color Cylindrical-coordinate representation of color #BDDFFE: hue angle of 208.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDFFE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 223 | 254 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.00 |
| HSL | 208.62º | 0.97% | 0.87% | - |
| HSV(B) | 208.62º | 0.26% | 1% | - |
| XYZ | 65.26 | 70.75 | 103.98 | - |
| YUV | 216.37 | 149.24 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 254 | 0.26 | 0.12 | 0 | 0.00 | 208.62 | 0.97 | 0.87 |
| Hex | BD | DF | FE | 1A | C | 0 | 0 | D1 | 61 | 57 |
| Octal | 275 | 337 | 376 | 32 | 14 | 0 | 0 | 321 | 141 | 127 |
| Binary | 10111101 | 11011111 | 11111110 | 11010 | 1100 | 0 | 0 | 11010001 | 1100001 | 1010111 |
Color Harmonies of #BDDFFE
Complementary color
Monochromatic Colors of #BDDFFE
Black with #BDDFFE
Text Example
Text Example
White with #BDDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFFE; }
p { color: rgb(189,223,254); }
H1.HeaderClassName
{
color: #BDDFFE;
}
.AnyTagClassName
{
color: #BDDFFE;
}
</style>
background-color css
<style>
a { background-color: #BDDFFE; }
a { background-color: rgb(189,223,254); }
div.DivClassName
{
background-color: #BDDFFE;
}
.BgClassName
{
background-color: #BDDFFE;
}
</style>
border-color css
<style>
span { border-color: #BDDFFE; }
span { border-color: rgb(189,223,254); }
td.TdClassName
{
border-color: #BDDFFE;
}
.TagClassName
{
border-color: #BDDFFE;
}
</style>