Html Css Color HEX #BBD5FA Pale Cornflower Blue
📋 copy color: '#BBD5FA'red 187 ◦ green 213 ◦ blue 250
Shades of Pale Cornflower Blue #BBD5FA
Tints of Pale Cornflower Blue #BBD5FA
RGB
CMYK
RGB Variations
Color information
#BBD5FA (or 0xBBD5FA) is known color: Pale Cornflower Blue. HEX triplet: BB, D5 and FA. RGB value is (187,213,250). Sum of RGB (Red+Green+Blue) = 187+213+250=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD5FA is #442A05. Grayscale: #D1D1D1. Windows color (decimal): -4467206 or 16438715. OLE color: 16438715.
HSL color Cylindrical-coordinate representation of color #BBD5FA: hue angle of 215.24º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD5FA is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 213 | 250 | - |
| CMYK | 0.25 | 0.15 | 0 | 0.02 |
| HSL | 215.24º | 0.86% | 0.86% | - |
| HSV(B) | 215.24º | 0.25% | 0.98% | - |
| XYZ | 61.54 | 65.06 | 99.76 | - |
| YUV | 209.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 250 | 0.25 | 0.15 | 0 | 0.02 | 215.24 | 0.86 | 0.86 |
| Hex | BB | D5 | FA | 19 | F | 0 | 2 | D7 | 56 | 56 |
| Octal | 273 | 325 | 372 | 31 | 17 | 0 | 2 | 327 | 126 | 126 |
| Binary | 10111011 | 11010101 | 11111010 | 11001 | 1111 | 0 | 10 | 11010111 | 1010110 | 1010110 |
Color Harmonies of #BBD5FA
Complementary color
Monochromatic Colors of #BBD5FA
Black with #BBD5FA
Text Example
Text Example
White with #BBD5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5FA; }
p { color: rgb(187,213,250); }
H1.HeaderClassName
{
color: #BBD5FA;
}
.AnyTagClassName
{
color: #BBD5FA;
}
</style>
background-color css
<style>
a { background-color: #BBD5FA; }
a { background-color: rgb(187,213,250); }
div.DivClassName
{
background-color: #BBD5FA;
}
.BgClassName
{
background-color: #BBD5FA;
}
</style>
border-color css
<style>
span { border-color: #BBD5FA; }
span { border-color: rgb(187,213,250); }
td.TdClassName
{
border-color: #BBD5FA;
}
.TagClassName
{
border-color: #BBD5FA;
}
</style>