Html Css Color HEX #BBDAFC Pale Cornflower Blue
📋 copy color: '#BBDAFC'red 187 ◦ green 218 ◦ blue 252
Shades of Pale Cornflower Blue #BBDAFC
Tints of Pale Cornflower Blue #BBDAFC
RGB
CMYK
RGB Variations
Color information
#BBDAFC (or 0xBBDAFC) is known color: Pale Cornflower Blue. HEX triplet: BB, DA and FC. RGB value is (187,218,252). Sum of RGB (Red+Green+Blue) = 187+218+252=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAFC is #442503. Grayscale: #D4D4D4. Windows color (decimal): -4465924 or 16571067. OLE color: 16571067.
HSL color Cylindrical-coordinate representation of color #BBDAFC: hue angle of 211.38º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBDAFC is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 218 | 252 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.01 |
| HSL | 211.38º | 0.92% | 0.86% | - |
| HSV(B) | 211.38º | 0.26% | 0.99% | - |
| XYZ | 63.14 | 67.74 | 101.84 | - |
| YUV | 212.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 252 | 0.26 | 0.13 | 0 | 0.01 | 211.38 | 0.92 | 0.86 |
| Hex | BB | DA | FC | 1A | D | 0 | 1 | D3 | 5C | 56 |
| Octal | 273 | 332 | 374 | 32 | 15 | 0 | 1 | 323 | 134 | 126 |
| Binary | 10111011 | 11011010 | 11111100 | 11010 | 1101 | 0 | 1 | 11010011 | 1011100 | 1010110 |
Color Harmonies of #BBDAFC
Complementary color
Monochromatic Colors of #BBDAFC
Black with #BBDAFC
Text Example
Text Example
White with #BBDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAFC; }
p { color: rgb(187,218,252); }
H1.HeaderClassName
{
color: #BBDAFC;
}
.AnyTagClassName
{
color: #BBDAFC;
}
</style>
background-color css
<style>
a { background-color: #BBDAFC; }
a { background-color: rgb(187,218,252); }
div.DivClassName
{
background-color: #BBDAFC;
}
.BgClassName
{
background-color: #BBDAFC;
}
</style>
border-color css
<style>
span { border-color: #BBDAFC; }
span { border-color: rgb(187,218,252); }
td.TdClassName
{
border-color: #BBDAFC;
}
.TagClassName
{
border-color: #BBDAFC;
}
</style>