Shades of Pattens Blue #BCDEF7
Tints of Pattens Blue #BCDEF7
RGB
CMYK
RGB Variations
Color information
#BCDEF7 (or 0xBCDEF7) is known color: Pattens Blue. HEX triplet: BC, DE and F7. RGB value is (188,222,247). Sum of RGB (Red+Green+Blue) = 188+222+247=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCDEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEF7 is #432108. Grayscale: #D6D6D6. Windows color (decimal): -4399369 or 16244412. OLE color: 16244412.
HSL color Cylindrical-coordinate representation of color #BCDEF7: hue angle of 205.42º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCDEF7 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 222 | 247 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.03 |
| HSL | 205.42º | 0.79% | 0.85% | - |
| HSV(B) | 205.42º | 0.24% | 0.97% | - |
| XYZ | 63.65 | 69.65 | 98.08 | - |
| YUV | 214.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 247 | 0.24 | 0.10 | 0 | 0.03 | 205.42 | 0.79 | 0.85 |
| Hex | BC | DE | F7 | 18 | A | 0 | 3 | CD | 4F | 55 |
| Octal | 274 | 336 | 367 | 30 | 12 | 0 | 3 | 315 | 117 | 125 |
| Binary | 10111100 | 11011110 | 11110111 | 11000 | 1010 | 0 | 11 | 11001101 | 1001111 | 1010101 |
Color Harmonies of #BCDEF7
Complementary color
Monochromatic Colors of #BCDEF7
Black with #BCDEF7
Text Example
Text Example
White with #BCDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEF7; }
p { color: rgb(188,222,247); }
H1.HeaderClassName
{
color: #BCDEF7;
}
.AnyTagClassName
{
color: #BCDEF7;
}
</style>
background-color css
<style>
a { background-color: #BCDEF7; }
a { background-color: rgb(188,222,247); }
div.DivClassName
{
background-color: #BCDEF7;
}
.BgClassName
{
background-color: #BCDEF7;
}
</style>
border-color css
<style>
span { border-color: #BCDEF7; }
span { border-color: rgb(188,222,247); }
td.TdClassName
{
border-color: #BCDEF7;
}
.TagClassName
{
border-color: #BCDEF7;
}
</style>