Html Css Color HEX #B2D5FB Pale Cornflower Blue
📋 copy color: '#B2D5FB'red 178 ◦ green 213 ◦ blue 251
Shades of Pale Cornflower Blue #B2D5FB
Tints of Pale Cornflower Blue #B2D5FB
RGB
CMYK
RGB Variations
Color information
#B2D5FB (or 0xB2D5FB) is known color: Pale Cornflower Blue. HEX triplet: B2, D5 and FB. RGB value is (178,213,251). Sum of RGB (Red+Green+Blue) = 178+213+251=642 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.73% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2D5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D5FB is #4D2A04. Grayscale: #CECECE. Windows color (decimal): -5057029 or 16504242. OLE color: 16504242.
HSL color Cylindrical-coordinate representation of color #B2D5FB: hue angle of 211.23º 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 #B2D5FB is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 213 | 251 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.02 |
| HSL | 211.23º | 0.9% | 0.84% | - |
| HSV(B) | 211.23º | 0.29% | 0.98% | - |
| XYZ | 59.57 | 64.02 | 100.48 | - |
| YUV | 206.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 251 | 0.29 | 0.15 | 0 | 0.02 | 211.23 | 0.9 | 0.84 |
| Hex | B2 | D5 | FB | 1D | F | 0 | 2 | D3 | 5A | 54 |
| Octal | 262 | 325 | 373 | 35 | 17 | 0 | 2 | 323 | 132 | 124 |
| Binary | 10110010 | 11010101 | 11111011 | 11101 | 1111 | 0 | 10 | 11010011 | 1011010 | 1010100 |
Color Harmonies of #B2D5FB
Complementary color
Monochromatic Colors of #B2D5FB
Black with #B2D5FB
Text Example
Text Example
White with #B2D5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D5FB; }
p { color: rgb(178,213,251); }
H1.HeaderClassName
{
color: #B2D5FB;
}
.AnyTagClassName
{
color: #B2D5FB;
}
</style>
background-color css
<style>
a { background-color: #B2D5FB; }
a { background-color: rgb(178,213,251); }
div.DivClassName
{
background-color: #B2D5FB;
}
.BgClassName
{
background-color: #B2D5FB;
}
</style>
border-color css
<style>
span { border-color: #B2D5FB; }
span { border-color: rgb(178,213,251); }
td.TdClassName
{
border-color: #B2D5FB;
}
.TagClassName
{
border-color: #B2D5FB;
}
</style>