Html Css Color HEX #BFD9F2 Pale Cornflower Blue
📋 copy color: '#BFD9F2'red 191 ◦ green 217 ◦ blue 242
Shades of Pale Cornflower Blue #BFD9F2
Tints of Pale Cornflower Blue #BFD9F2
RGB
CMYK
RGB Variations
Color information
#BFD9F2 (or 0xBFD9F2) is known color: Pale Cornflower Blue. HEX triplet: BF, D9 and F2. RGB value is (191,217,242). Sum of RGB (Red+Green+Blue) = 191+217+242=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFD9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD9F2 is #40260D. Grayscale: #D3D3D3. Windows color (decimal): -4204046 or 15915455. OLE color: 15915455.
HSL color Cylindrical-coordinate representation of color #BFD9F2: hue angle of 209.41º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFD9F2 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 191 | 217 | 242 | - |
CMYK | 0.21 | 0.10 | 0 | 0.05 |
HSL | 209.41º | 0.66% | 0.85% | - |
HSV(B) | 209.41º | 0.21% | 0.95% | - |
XYZ | 62.33 | 67.11 | 93.67 | - |
YUV | 212.08 | 144.89 | 112.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 217 | 242 | 0.21 | 0.10 | 0 | 0.05 | 209.41 | 0.66 | 0.85 |
Hex | BF | D9 | F2 | 15 | A | 0 | 5 | D1 | 42 | 55 |
Octal | 277 | 331 | 362 | 25 | 12 | 0 | 5 | 321 | 102 | 125 |
Binary | 10111111 | 11011001 | 11110010 | 10101 | 1010 | 0 | 101 | 11010001 | 1000010 | 1010101 |
Color Harmonies of #BFD9F2
Complementary color
Monochromatic Colors of #BFD9F2
Black with #BFD9F2
Text Example
Text Example
White with #BFD9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD9F2; }
p { color: rgb(191,217,242); }
H1.HeaderClassName
{
color: #BFD9F2;
}
.AnyTagClassName
{
color: #BFD9F2;
}
</style>
background-color css
<style>
a { background-color: #BFD9F2; }
a { background-color: rgb(191,217,242); }
div.DivClassName
{
background-color: #BFD9F2;
}
.BgClassName
{
background-color: #BFD9F2;
}
</style>
border-color css
<style>
span { border-color: #BFD9F2; }
span { border-color: rgb(191,217,242); }
td.TdClassName
{
border-color: #BFD9F2;
}
.TagClassName
{
border-color: #BFD9F2;
}
</style>