Html Css Color HEX #BDDCFF Pale Cornflower Blue
📋 copy color: '#BDDCFF'red 189 ◦ green 220 ◦ blue 255
Shades of Pale Cornflower Blue #BDDCFF
Tints of Pale Cornflower Blue #BDDCFF
RGB
CMYK
RGB Variations
Color information
#BDDCFF (or 0xBDDCFF) is known color: Pale Cornflower Blue. HEX triplet: BD, DC and FF. RGB value is (189,220,255). Sum of RGB (Red+Green+Blue) = 189+220+255=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCFF is #422300. Grayscale: #D6D6D6. Windows color (decimal): -4334337 or 16768189. OLE color: 16768189.
HSL color Cylindrical-coordinate representation of color #BDDCFF: hue angle of 211.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDCFF is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 220 | 255 | - |
| CMYK | 0.26 | 0.14 | 0 | 0 |
| HSL | 211.82º | 1% | 0.87% | - |
| HSV(B) | 211.82º | 0.26% | 1% | - |
| XYZ | 64.63 | 69.23 | 104.56 | - |
| YUV | 214.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 255 | 0.26 | 0.14 | 0 | 0 | 211.82 | 1 | 0.87 |
| Hex | BD | DC | FF | 1A | E | 0 | 0 | D4 | 64 | 57 |
| Octal | 275 | 334 | 377 | 32 | 16 | 0 | 0 | 324 | 144 | 127 |
| Binary | 10111101 | 11011100 | 11111111 | 11010 | 1110 | 0 | 0 | 11010100 | 1100100 | 1010111 |
Color Harmonies of #BDDCFF
Complementary color
Monochromatic Colors of #BDDCFF
Black with #BDDCFF
Text Example
Text Example
White with #BDDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCFF; }
p { color: rgb(189,220,255); }
H1.HeaderClassName
{
color: #BDDCFF;
}
.AnyTagClassName
{
color: #BDDCFF;
}
</style>
background-color css
<style>
a { background-color: #BDDCFF; }
a { background-color: rgb(189,220,255); }
div.DivClassName
{
background-color: #BDDCFF;
}
.BgClassName
{
background-color: #BDDCFF;
}
</style>
border-color css
<style>
span { border-color: #BDDCFF; }
span { border-color: rgb(189,220,255); }
td.TdClassName
{
border-color: #BDDCFF;
}
.TagClassName
{
border-color: #BDDCFF;
}
</style>