Shades of Pattens Blue #BEDFFF
Tints of Pattens Blue #BEDFFF
RGB
CMYK
RGB Variations
Color information
#BEDFFF (or 0xBEDFFF) is known color: Pattens Blue. HEX triplet: BE, DF and FF. RGB value is (190,223,255). Sum of RGB (Red+Green+Blue) = 190+223+255=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 223 (87.5% from 255 or 33.38% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEDFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFFF is #412000. Grayscale: #D8D8D8. Windows color (decimal): -4268033 or 16768958. OLE color: 16768958.
HSL color Cylindrical-coordinate representation of color #BEDFFF: hue angle of 209.54º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEDFFF is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 223 | 255 | - |
| CMYK | 0.25 | 0.13 | 0 | 0 |
| HSL | 209.54º | 1% | 0.87% | - |
| HSV(B) | 209.54º | 0.25% | 1% | - |
| XYZ | 65.67 | 70.94 | 104.84 | - |
| YUV | 216.78 | 149.57 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 255 | 0.25 | 0.13 | 0 | 0 | 209.54 | 1 | 0.87 |
| Hex | BE | DF | FF | 19 | D | 0 | 0 | D2 | 64 | 57 |
| Octal | 276 | 337 | 377 | 31 | 15 | 0 | 0 | 322 | 144 | 127 |
| Binary | 10111110 | 11011111 | 11111111 | 11001 | 1101 | 0 | 0 | 11010010 | 1100100 | 1010111 |
Color Harmonies of #BEDFFF
Complementary color
Monochromatic Colors of #BEDFFF
Black with #BEDFFF
Text Example
Text Example
White with #BEDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFFF; }
p { color: rgb(190,223,255); }
H1.HeaderClassName
{
color: #BEDFFF;
}
.AnyTagClassName
{
color: #BEDFFF;
}
</style>
background-color css
<style>
a { background-color: #BEDFFF; }
a { background-color: rgb(190,223,255); }
div.DivClassName
{
background-color: #BEDFFF;
}
.BgClassName
{
background-color: #BEDFFF;
}
</style>
border-color css
<style>
span { border-color: #BEDFFF; }
span { border-color: rgb(190,223,255); }
td.TdClassName
{
border-color: #BEDFFF;
}
.TagClassName
{
border-color: #BEDFFF;
}
</style>