Html Css Color HEX #BBDBFB Pale Cornflower Blue
📋 copy color: '#BBDBFB'red 187 ◦ green 219 ◦ blue 251
Shades of Pale Cornflower Blue #BBDBFB
Tints of Pale Cornflower Blue #BBDBFB
RGB
CMYK
RGB Variations
Color information
#BBDBFB (or 0xBBDBFB) is known color: Pale Cornflower Blue. HEX triplet: BB, DB and FB. RGB value is (187,219,251). Sum of RGB (Red+Green+Blue) = 187+219+251=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBDBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBFB is #442404. Grayscale: #D4D4D4. Windows color (decimal): -4465669 or 16505787. OLE color: 16505787.
HSL color Cylindrical-coordinate representation of color #BBDBFB: hue angle of 210º degrees, saturation: 0.89, 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 #BBDBFB is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 219 | 251 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.02 |
| HSL | 210º | 0.89% | 0.86% | - |
| HSV(B) | 210º | 0.25% | 0.98% | - |
| XYZ | 63.24 | 68.19 | 101.1 | - |
| YUV | 213.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 251 | 0.25 | 0.13 | 0 | 0.02 | 210 | 0.89 | 0.86 |
| Hex | BB | DB | FB | 19 | D | 0 | 2 | D2 | 59 | 56 |
| Octal | 273 | 333 | 373 | 31 | 15 | 0 | 2 | 322 | 131 | 126 |
| Binary | 10111011 | 11011011 | 11111011 | 11001 | 1101 | 0 | 10 | 11010010 | 1011001 | 1010110 |
Color Harmonies of #BBDBFB
Complementary color
Monochromatic Colors of #BBDBFB
Black with #BBDBFB
Text Example
Text Example
White with #BBDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBFB; }
p { color: rgb(187,219,251); }
H1.HeaderClassName
{
color: #BBDBFB;
}
.AnyTagClassName
{
color: #BBDBFB;
}
</style>
background-color css
<style>
a { background-color: #BBDBFB; }
a { background-color: rgb(187,219,251); }
div.DivClassName
{
background-color: #BBDBFB;
}
.BgClassName
{
background-color: #BBDBFB;
}
</style>
border-color css
<style>
span { border-color: #BBDBFB; }
span { border-color: rgb(187,219,251); }
td.TdClassName
{
border-color: #BBDBFB;
}
.TagClassName
{
border-color: #BBDBFB;
}
</style>