Html Css Color HEX #BBDCFD Pale Cornflower Blue
📋 copy color: '#BBDCFD'red 187 ◦ green 220 ◦ blue 253
Shades of Pale Cornflower Blue #BBDCFD
Tints of Pale Cornflower Blue #BBDCFD
RGB
CMYK
RGB Variations
Color information
#BBDCFD (or 0xBBDCFD) is known color: Pale Cornflower Blue. HEX triplet: BB, DC and FD. RGB value is (187,220,253). Sum of RGB (Red+Green+Blue) = 187+220+253=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDCFD is #442302. Grayscale: #D5D5D5. Windows color (decimal): -4465411 or 16637115. OLE color: 16637115.
HSL color Cylindrical-coordinate representation of color #BBDCFD: hue angle of 210º 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 #BBDCFD is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 220 | 253 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.01 |
| HSL | 210º | 0.94% | 0.86% | - |
| HSV(B) | 210º | 0.26% | 0.99% | - |
| XYZ | 63.82 | 68.84 | 102.85 | - |
| YUV | 213.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 253 | 0.26 | 0.13 | 0 | 0.01 | 210 | 0.94 | 0.86 |
| Hex | BB | DC | FD | 1A | D | 0 | 1 | D2 | 5E | 56 |
| Octal | 273 | 334 | 375 | 32 | 15 | 0 | 1 | 322 | 136 | 126 |
| Binary | 10111011 | 11011100 | 11111101 | 11010 | 1101 | 0 | 1 | 11010010 | 1011110 | 1010110 |
Color Harmonies of #BBDCFD
Complementary color
Monochromatic Colors of #BBDCFD
Black with #BBDCFD
Text Example
Text Example
White with #BBDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCFD; }
p { color: rgb(187,220,253); }
H1.HeaderClassName
{
color: #BBDCFD;
}
.AnyTagClassName
{
color: #BBDCFD;
}
</style>
background-color css
<style>
a { background-color: #BBDCFD; }
a { background-color: rgb(187,220,253); }
div.DivClassName
{
background-color: #BBDCFD;
}
.BgClassName
{
background-color: #BBDCFD;
}
</style>
border-color css
<style>
span { border-color: #BBDCFD; }
span { border-color: rgb(187,220,253); }
td.TdClassName
{
border-color: #BBDCFD;
}
.TagClassName
{
border-color: #BBDCFD;
}
</style>