Shades of Light Blue #BED3DF
Tints of Light Blue #BED3DF
RGB
CMYK
RGB Variations
Color information
#BED3DF (or 0xBED3DF) is known color: Light Blue. HEX triplet: BE, D3 and DF. RGB value is (190,211,223). Sum of RGB (Red+Green+Blue) = 190+211+223=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #BED3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3DF is #412C20. Grayscale: #CECECE. Windows color (decimal): -4271137 or 14668734. OLE color: 14668734.
HSL color Cylindrical-coordinate representation of color #BED3DF: hue angle of 201.82º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BED3DF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 211 | 223 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.13 |
| HSL | 201.82º | 0.34% | 0.81% | - |
| HSV(B) | 201.82º | 0.15% | 0.87% | - |
| XYZ | 57.85 | 62.86 | 78.9 | - |
| YUV | 206.09 | 137.54 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 223 | 0.15 | 0.05 | 0 | 0.13 | 201.82 | 0.34 | 0.81 |
| Hex | BE | D3 | DF | F | 5 | 0 | D | CA | 22 | 51 |
| Octal | 276 | 323 | 337 | 17 | 5 | 0 | 15 | 312 | 42 | 121 |
| Binary | 10111110 | 11010011 | 11011111 | 1111 | 101 | 0 | 1101 | 11001010 | 100010 | 1010001 |
Color Harmonies of #BED3DF
Complementary color
Monochromatic Colors of #BED3DF
Black with #BED3DF
Text Example
Text Example
White with #BED3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3DF; }
p { color: rgb(190,211,223); }
H1.HeaderClassName
{
color: #BED3DF;
}
.AnyTagClassName
{
color: #BED3DF;
}
</style>
background-color css
<style>
a { background-color: #BED3DF; }
a { background-color: rgb(190,211,223); }
div.DivClassName
{
background-color: #BED3DF;
}
.BgClassName
{
background-color: #BED3DF;
}
</style>
border-color css
<style>
span { border-color: #BED3DF; }
span { border-color: rgb(190,211,223); }
td.TdClassName
{
border-color: #BED3DF;
}
.TagClassName
{
border-color: #BED3DF;
}
</style>