Html Css Color HEX #B1DCFB Pale Cornflower Blue
📋 copy color: '#B1DCFB'red 177 ◦ green 220 ◦ blue 251
Shades of Pale Cornflower Blue #B1DCFB
Tints of Pale Cornflower Blue #B1DCFB
RGB
CMYK
RGB Variations
Color information
#B1DCFB (or 0xB1DCFB) is known color: Pale Cornflower Blue. HEX triplet: B1, DC and FB. RGB value is (177,220,251). Sum of RGB (Red+Green+Blue) = 177+220+251=648 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.31% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DCFB is #4E2304. Grayscale: #D2D2D2. Windows color (decimal): -5120773 or 16506033. OLE color: 16506033.
HSL color Cylindrical-coordinate representation of color #B1DCFB: hue angle of 205.14º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1DCFB is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 220 | 251 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.02 |
| HSL | 205.14º | 0.9% | 0.84% | - |
| HSV(B) | 205.14º | 0.29% | 0.98% | - |
| XYZ | 61.14 | 67.5 | 101.07 | - |
| YUV | 210.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 251 | 0.29 | 0.12 | 0 | 0.02 | 205.14 | 0.9 | 0.84 |
| Hex | B1 | DC | FB | 1D | C | 0 | 2 | CD | 5A | 54 |
| Octal | 261 | 334 | 373 | 35 | 14 | 0 | 2 | 315 | 132 | 124 |
| Binary | 10110001 | 11011100 | 11111011 | 11101 | 1100 | 0 | 10 | 11001101 | 1011010 | 1010100 |
Color Harmonies of #B1DCFB
Complementary color
Monochromatic Colors of #B1DCFB
Black with #B1DCFB
Text Example
Text Example
White with #B1DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCFB; }
p { color: rgb(177,220,251); }
H1.HeaderClassName
{
color: #B1DCFB;
}
.AnyTagClassName
{
color: #B1DCFB;
}
</style>
background-color css
<style>
a { background-color: #B1DCFB; }
a { background-color: rgb(177,220,251); }
div.DivClassName
{
background-color: #B1DCFB;
}
.BgClassName
{
background-color: #B1DCFB;
}
</style>
border-color css
<style>
span { border-color: #B1DCFB; }
span { border-color: rgb(177,220,251); }
td.TdClassName
{
border-color: #B1DCFB;
}
.TagClassName
{
border-color: #B1DCFB;
}
</style>