Shades of Pattens Blue #BCDFF8
Tints of Pattens Blue #BCDFF8
RGB
CMYK
RGB Variations
Color information
#BCDFF8 (or 0xBCDFF8) is known color: Pattens Blue. HEX triplet: BC, DF and F8. RGB value is (188,223,248). Sum of RGB (Red+Green+Blue) = 188+223+248=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCDFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFF8 is #432007. Grayscale: #D7D7D7. Windows color (decimal): -4399112 or 16310204. OLE color: 16310204.
HSL color Cylindrical-coordinate representation of color #BCDFF8: hue angle of 205º degrees, saturation: 0.81, 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 #BCDFF8 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 223 | 248 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.03 |
| HSL | 205º | 0.81% | 0.85% | - |
| HSV(B) | 205º | 0.24% | 0.97% | - |
| XYZ | 64.07 | 70.24 | 98.99 | - |
| YUV | 215.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 248 | 0.24 | 0.10 | 0 | 0.03 | 205 | 0.81 | 0.85 |
| Hex | BC | DF | F8 | 18 | A | 0 | 3 | CD | 51 | 55 |
| Octal | 274 | 337 | 370 | 30 | 12 | 0 | 3 | 315 | 121 | 125 |
| Binary | 10111100 | 11011111 | 11111000 | 11000 | 1010 | 0 | 11 | 11001101 | 1010001 | 1010101 |
Color Harmonies of #BCDFF8
Complementary color
Monochromatic Colors of #BCDFF8
Black with #BCDFF8
Text Example
Text Example
White with #BCDFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFF8; }
p { color: rgb(188,223,248); }
H1.HeaderClassName
{
color: #BCDFF8;
}
.AnyTagClassName
{
color: #BCDFF8;
}
</style>
background-color css
<style>
a { background-color: #BCDFF8; }
a { background-color: rgb(188,223,248); }
div.DivClassName
{
background-color: #BCDFF8;
}
.BgClassName
{
background-color: #BCDFF8;
}
</style>
border-color css
<style>
span { border-color: #BCDFF8; }
span { border-color: rgb(188,223,248); }
td.TdClassName
{
border-color: #BCDFF8;
}
.TagClassName
{
border-color: #BCDFF8;
}
</style>