Html Css Color HEX #BDDDFD Pale Cornflower Blue
📋 copy color: '#BDDDFD'red 189 ◦ green 221 ◦ blue 253
Shades of Pale Cornflower Blue #BDDDFD
Tints of Pale Cornflower Blue #BDDDFD
RGB
CMYK
RGB Variations
Color information
#BDDDFD (or 0xBDDDFD) is known color: Pale Cornflower Blue. HEX triplet: BD, DD and FD. RGB value is (189,221,253). Sum of RGB (Red+Green+Blue) = 189+221+253=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDFD is #422202. Grayscale: #D6D6D6. Windows color (decimal): -4334083 or 16637373. OLE color: 16637373.
HSL color Cylindrical-coordinate representation of color #BDDDFD: hue angle of 210º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDDDFD is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 221 | 253 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.01 |
| HSL | 210º | 0.94% | 0.87% | - |
| HSV(B) | 210º | 0.25% | 0.99% | - |
| XYZ | 64.57 | 69.62 | 102.96 | - |
| YUV | 215.08 | 149.4 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 253 | 0.25 | 0.13 | 0 | 0.01 | 210 | 0.94 | 0.87 |
| Hex | BD | DD | FD | 19 | D | 0 | 1 | D2 | 5E | 57 |
| Octal | 275 | 335 | 375 | 31 | 15 | 0 | 1 | 322 | 136 | 127 |
| Binary | 10111101 | 11011101 | 11111101 | 11001 | 1101 | 0 | 1 | 11010010 | 1011110 | 1010111 |
Color Harmonies of #BDDDFD
Complementary color
Monochromatic Colors of #BDDDFD
Black with #BDDDFD
Text Example
Text Example
White with #BDDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDFD; }
p { color: rgb(189,221,253); }
H1.HeaderClassName
{
color: #BDDDFD;
}
.AnyTagClassName
{
color: #BDDDFD;
}
</style>
background-color css
<style>
a { background-color: #BDDDFD; }
a { background-color: rgb(189,221,253); }
div.DivClassName
{
background-color: #BDDDFD;
}
.BgClassName
{
background-color: #BDDDFD;
}
</style>
border-color css
<style>
span { border-color: #BDDDFD; }
span { border-color: rgb(189,221,253); }
td.TdClassName
{
border-color: #BDDDFD;
}
.TagClassName
{
border-color: #BDDDFD;
}
</style>