Shades of Pattens Blue #BFDCEE
Tints of Pattens Blue #BFDCEE
RGB
CMYK
RGB Variations
Color information
#BFDCEE (or 0xBFDCEE) is known color: Pattens Blue. HEX triplet: BF, DC and EE. RGB value is (191,220,238). Sum of RGB (Red+Green+Blue) = 191+220+238=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCEE is #402311. Grayscale: #D5D5D5. Windows color (decimal): -4203282 or 15654079. OLE color: 15654079.
HSL color Cylindrical-coordinate representation of color #BFDCEE: hue angle of 202.98º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDCEE is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 220 | 238 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.07 |
| HSL | 202.98º | 0.58% | 0.84% | - |
| HSV(B) | 202.98º | 0.2% | 0.93% | - |
| XYZ | 62.51 | 68.44 | 90.8 | - |
| YUV | 213.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 238 | 0.20 | 0.08 | 0 | 0.07 | 202.98 | 0.58 | 0.84 |
| Hex | BF | DC | EE | 14 | 8 | 0 | 7 | CB | 3A | 54 |
| Octal | 277 | 334 | 356 | 24 | 10 | 0 | 7 | 313 | 72 | 124 |
| Binary | 10111111 | 11011100 | 11101110 | 10100 | 1000 | 0 | 111 | 11001011 | 111010 | 1010100 |
Color Harmonies of #BFDCEE
Complementary color
Monochromatic Colors of #BFDCEE
Black with #BFDCEE
Text Example
Text Example
White with #BFDCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDCEE; }
p { color: rgb(191,220,238); }
H1.HeaderClassName
{
color: #BFDCEE;
}
.AnyTagClassName
{
color: #BFDCEE;
}
</style>
background-color css
<style>
a { background-color: #BFDCEE; }
a { background-color: rgb(191,220,238); }
div.DivClassName
{
background-color: #BFDCEE;
}
.BgClassName
{
background-color: #BFDCEE;
}
</style>
border-color css
<style>
span { border-color: #BFDCEE; }
span { border-color: rgb(191,220,238); }
td.TdClassName
{
border-color: #BFDCEE;
}
.TagClassName
{
border-color: #BFDCEE;
}
</style>