Html Css Color HEX #BBDAFD Pale Cornflower Blue
📋 copy color: '#BBDAFD'red 187 ◦ green 218 ◦ blue 253
Shades of Pale Cornflower Blue #BBDAFD
Tints of Pale Cornflower Blue #BBDAFD
RGB
CMYK
RGB Variations
Color information
#BBDAFD (or 0xBBDAFD) is known color: Pale Cornflower Blue. HEX triplet: BB, DA and FD. RGB value is (187,218,253). Sum of RGB (Red+Green+Blue) = 187+218+253=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAFD is #442502. Grayscale: #D4D4D4. Windows color (decimal): -4465923 or 16636603. OLE color: 16636603.
HSL color Cylindrical-coordinate representation of color #BBDAFD: hue angle of 211.82º degrees, saturation: 0.94, 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 #BBDAFD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 218 | 253 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.01 |
| HSL | 211.82º | 0.94% | 0.86% | - |
| HSV(B) | 211.82º | 0.26% | 0.99% | - |
| XYZ | 63.29 | 67.8 | 102.68 | - |
| YUV | 212.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 253 | 0.26 | 0.14 | 0 | 0.01 | 211.82 | 0.94 | 0.86 |
| Hex | BB | DA | FD | 1A | E | 0 | 1 | D4 | 5E | 56 |
| Octal | 273 | 332 | 375 | 32 | 16 | 0 | 1 | 324 | 136 | 126 |
| Binary | 10111011 | 11011010 | 11111101 | 11010 | 1110 | 0 | 1 | 11010100 | 1011110 | 1010110 |
Color Harmonies of #BBDAFD
Complementary color
Monochromatic Colors of #BBDAFD
Black with #BBDAFD
Text Example
Text Example
White with #BBDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAFD; }
p { color: rgb(187,218,253); }
H1.HeaderClassName
{
color: #BBDAFD;
}
.AnyTagClassName
{
color: #BBDAFD;
}
</style>
background-color css
<style>
a { background-color: #BBDAFD; }
a { background-color: rgb(187,218,253); }
div.DivClassName
{
background-color: #BBDAFD;
}
.BgClassName
{
background-color: #BBDAFD;
}
</style>
border-color css
<style>
span { border-color: #BBDAFD; }
span { border-color: rgb(187,218,253); }
td.TdClassName
{
border-color: #BBDAFD;
}
.TagClassName
{
border-color: #BBDAFD;
}
</style>