Html Css Color HEX #B3D2EE Pale Cornflower Blue
📋 copy color: '#B3D2EE'red 179 ◦ green 210 ◦ blue 238
Shades of Pale Cornflower Blue #B3D2EE
Tints of Pale Cornflower Blue #B3D2EE
RGB
CMYK
RGB Variations
Color information
#B3D2EE (or 0xB3D2EE) is known color: Pale Cornflower Blue. HEX triplet: B3, D2 and EE. RGB value is (179,210,238). Sum of RGB (Red+Green+Blue) = 179+210+238=627 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.55% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3D2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D2EE is #4C2D11. Grayscale: #CBCBCB. Windows color (decimal): -4992274 or 15651507. OLE color: 15651507.
HSL color Cylindrical-coordinate representation of color #B3D2EE: hue angle of 208.47º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3D2EE is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 210 | 238 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.07 |
| HSL | 208.47º | 0.63% | 0.82% | - |
| HSV(B) | 208.47º | 0.25% | 0.93% | - |
| XYZ | 57.07 | 61.85 | 89.82 | - |
| YUV | 203.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 238 | 0.25 | 0.12 | 0 | 0.07 | 208.47 | 0.63 | 0.82 |
| Hex | B3 | D2 | EE | 19 | C | 0 | 7 | D0 | 3F | 52 |
| Octal | 263 | 322 | 356 | 31 | 14 | 0 | 7 | 320 | 77 | 122 |
| Binary | 10110011 | 11010010 | 11101110 | 11001 | 1100 | 0 | 111 | 11010000 | 111111 | 1010010 |
Color Harmonies of #B3D2EE
Complementary color
Monochromatic Colors of #B3D2EE
Black with #B3D2EE
Text Example
Text Example
White with #B3D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D2EE; }
p { color: rgb(179,210,238); }
H1.HeaderClassName
{
color: #B3D2EE;
}
.AnyTagClassName
{
color: #B3D2EE;
}
</style>
background-color css
<style>
a { background-color: #B3D2EE; }
a { background-color: rgb(179,210,238); }
div.DivClassName
{
background-color: #B3D2EE;
}
.BgClassName
{
background-color: #B3D2EE;
}
</style>
border-color css
<style>
span { border-color: #B3D2EE; }
span { border-color: rgb(179,210,238); }
td.TdClassName
{
border-color: #B3D2EE;
}
.TagClassName
{
border-color: #B3D2EE;
}
</style>