Html Css Color HEX #BDDCFD Pale Cornflower Blue
📋 copy color: '#BDDCFD'red 189 ◦ green 220 ◦ blue 253
Shades of Pale Cornflower Blue #BDDCFD
Tints of Pale Cornflower Blue #BDDCFD
RGB
CMYK
RGB Variations
Color information
#BDDCFD (or 0xBDDCFD) is known color: Pale Cornflower Blue. HEX triplet: BD, DC and FD. RGB value is (189,220,253). Sum of RGB (Red+Green+Blue) = 189+220+253=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCFD is #422302. Grayscale: #D6D6D6. Windows color (decimal): -4334339 or 16637117. OLE color: 16637117.
HSL color Cylindrical-coordinate representation of color #BDDCFD: hue angle of 210.94º 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 #BDDCFD is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 220 | 253 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.01 |
| HSL | 210.94º | 0.94% | 0.87% | - |
| HSV(B) | 210.94º | 0.25% | 0.99% | - |
| XYZ | 64.31 | 69.1 | 102.88 | - |
| YUV | 214.49 | 149.73 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 253 | 0.25 | 0.13 | 0 | 0.01 | 210.94 | 0.94 | 0.87 |
| Hex | BD | DC | FD | 19 | D | 0 | 1 | D3 | 5E | 57 |
| Octal | 275 | 334 | 375 | 31 | 15 | 0 | 1 | 323 | 136 | 127 |
| Binary | 10111101 | 11011100 | 11111101 | 11001 | 1101 | 0 | 1 | 11010011 | 1011110 | 1010111 |
Color Harmonies of #BDDCFD
Complementary color
Monochromatic Colors of #BDDCFD
Black with #BDDCFD
Text Example
Text Example
White with #BDDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCFD; }
p { color: rgb(189,220,253); }
H1.HeaderClassName
{
color: #BDDCFD;
}
.AnyTagClassName
{
color: #BDDCFD;
}
</style>
background-color css
<style>
a { background-color: #BDDCFD; }
a { background-color: rgb(189,220,253); }
div.DivClassName
{
background-color: #BDDCFD;
}
.BgClassName
{
background-color: #BDDCFD;
}
</style>
border-color css
<style>
span { border-color: #BDDCFD; }
span { border-color: rgb(189,220,253); }
td.TdClassName
{
border-color: #BDDCFD;
}
.TagClassName
{
border-color: #BDDCFD;
}
</style>