Shades of Pattens Blue #BDDFFC
Tints of Pattens Blue #BDDFFC
RGB
CMYK
RGB Variations
Color information
#BDDFFC (or 0xBDDFFC) is known color: Pattens Blue. HEX triplet: BD, DF and FC. RGB value is (189,223,252). Sum of RGB (Red+Green+Blue) = 189+223+252=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDDFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFFC is #422003. Grayscale: #D7D7D7. Windows color (decimal): -4333572 or 16572349. OLE color: 16572349.
HSL color Cylindrical-coordinate representation of color #BDDFFC: hue angle of 207.62º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDDFFC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 223 | 252 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.01 |
| HSL | 207.62º | 0.91% | 0.86% | - |
| HSV(B) | 207.62º | 0.25% | 0.99% | - |
| XYZ | 64.94 | 70.62 | 102.3 | - |
| YUV | 216.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 252 | 0.25 | 0.12 | 0 | 0.01 | 207.62 | 0.91 | 0.86 |
| Hex | BD | DF | FC | 19 | C | 0 | 1 | D0 | 5B | 56 |
| Octal | 275 | 337 | 374 | 31 | 14 | 0 | 1 | 320 | 133 | 126 |
| Binary | 10111101 | 11011111 | 11111100 | 11001 | 1100 | 0 | 1 | 11010000 | 1011011 | 1010110 |
Color Harmonies of #BDDFFC
Complementary color
Monochromatic Colors of #BDDFFC
Black with #BDDFFC
Text Example
Text Example
White with #BDDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFFC; }
p { color: rgb(189,223,252); }
H1.HeaderClassName
{
color: #BDDFFC;
}
.AnyTagClassName
{
color: #BDDFFC;
}
</style>
background-color css
<style>
a { background-color: #BDDFFC; }
a { background-color: rgb(189,223,252); }
div.DivClassName
{
background-color: #BDDFFC;
}
.BgClassName
{
background-color: #BDDFFC;
}
</style>
border-color css
<style>
span { border-color: #BDDFFC; }
span { border-color: rgb(189,223,252); }
td.TdClassName
{
border-color: #BDDFFC;
}
.TagClassName
{
border-color: #BDDFFC;
}
</style>