Html Css Color HEX #B5CFFB Pale Cornflower Blue
📋 copy color: '#B5CFFB'red 181 ◦ green 207 ◦ blue 251
Shades of Pale Cornflower Blue #B5CFFB
Tints of Pale Cornflower Blue #B5CFFB
RGB
CMYK
RGB Variations
Color information
#B5CFFB (or 0xB5CFFB) is known color: Pale Cornflower Blue. HEX triplet: B5, CF and FB. RGB value is (181,207,251). Sum of RGB (Red+Green+Blue) = 181+207+251=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #B5CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFFB is #4A3004. Grayscale: #CCCCCC. Windows color (decimal): -4861957 or 16502709. OLE color: 16502709.
HSL color Cylindrical-coordinate representation of color #B5CFFB: hue angle of 217.71º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5CFFB is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 181 | 207 | 251 | - |
CMYK | 0.28 | 0.18 | 0 | 0.02 |
HSL | 217.71º | 0.9% | 0.85% | - |
HSV(B) | 217.71º | 0.28% | 0.98% | - |
XYZ | 58.78 | 61.41 | 100.02 | - |
YUV | 204.24 | 154.39 | 111.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 207 | 251 | 0.28 | 0.18 | 0 | 0.02 | 217.71 | 0.9 | 0.85 |
Hex | B5 | CF | FB | 1C | 12 | 0 | 2 | DA | 5A | 55 |
Octal | 265 | 317 | 373 | 34 | 22 | 0 | 2 | 332 | 132 | 125 |
Binary | 10110101 | 11001111 | 11111011 | 11100 | 10010 | 0 | 10 | 11011010 | 1011010 | 1010101 |
Color Harmonies of #B5CFFB
Complementary color
Monochromatic Colors of #B5CFFB
Black with #B5CFFB
Text Example
Text Example
White with #B5CFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFFB; }
p { color: rgb(181,207,251); }
H1.HeaderClassName
{
color: #B5CFFB;
}
.AnyTagClassName
{
color: #B5CFFB;
}
</style>
background-color css
<style>
a { background-color: #B5CFFB; }
a { background-color: rgb(181,207,251); }
div.DivClassName
{
background-color: #B5CFFB;
}
.BgClassName
{
background-color: #B5CFFB;
}
</style>
border-color css
<style>
span { border-color: #B5CFFB; }
span { border-color: rgb(181,207,251); }
td.TdClassName
{
border-color: #B5CFFB;
}
.TagClassName
{
border-color: #B5CFFB;
}
</style>