Shades of Pattens Blue #BCDEF4
Tints of Pattens Blue #BCDEF4
RGB
CMYK
RGB Variations
Color information
#BCDEF4 (or 0xBCDEF4) is known color: Pattens Blue. HEX triplet: BC, DE and F4. RGB value is (188,222,244). Sum of RGB (Red+Green+Blue) = 188+222+244=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCDEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEF4 is #43210B. Grayscale: #D6D6D6. Windows color (decimal): -4399372 or 16047804. OLE color: 16047804.
HSL color Cylindrical-coordinate representation of color #BCDEF4: hue angle of 203.57º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDEF4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 222 | 244 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.04 |
| HSL | 203.57º | 0.72% | 0.85% | - |
| HSV(B) | 203.57º | 0.23% | 0.96% | - |
| XYZ | 63.19 | 69.47 | 95.67 | - |
| YUV | 214.34 | 144.74 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 244 | 0.23 | 0.09 | 0 | 0.04 | 203.57 | 0.72 | 0.85 |
| Hex | BC | DE | F4 | 17 | 9 | 0 | 4 | CC | 48 | 55 |
| Octal | 274 | 336 | 364 | 27 | 11 | 0 | 4 | 314 | 110 | 125 |
| Binary | 10111100 | 11011110 | 11110100 | 10111 | 1001 | 0 | 100 | 11001100 | 1001000 | 1010101 |
Color Harmonies of #BCDEF4
Complementary color
Monochromatic Colors of #BCDEF4
Black with #BCDEF4
Text Example
Text Example
White with #BCDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEF4; }
p { color: rgb(188,222,244); }
H1.HeaderClassName
{
color: #BCDEF4;
}
.AnyTagClassName
{
color: #BCDEF4;
}
</style>
background-color css
<style>
a { background-color: #BCDEF4; }
a { background-color: rgb(188,222,244); }
div.DivClassName
{
background-color: #BCDEF4;
}
.BgClassName
{
background-color: #BCDEF4;
}
</style>
border-color css
<style>
span { border-color: #BCDEF4; }
span { border-color: rgb(188,222,244); }
td.TdClassName
{
border-color: #BCDEF4;
}
.TagClassName
{
border-color: #BCDEF4;
}
</style>