Shades of Light Blue #BED4DF
Tints of Light Blue #BED4DF
RGB
CMYK
RGB Variations
Color information
#BED4DF (or 0xBED4DF) is known color: Light Blue. HEX triplet: BE, D4 and DF. RGB value is (190,212,223). Sum of RGB (Red+Green+Blue) = 190+212+223=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #BED4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4DF is #412B20. Grayscale: #CECECE. Windows color (decimal): -4270881 or 14668990. OLE color: 14668990.
HSL color Cylindrical-coordinate representation of color #BED4DF: hue angle of 200º 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 #BED4DF is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 212 | 223 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.13 |
| HSL | 200º | 0.34% | 0.81% | - |
| HSV(B) | 200º | 0.15% | 0.87% | - |
| XYZ | 58.1 | 63.36 | 78.98 | - |
| YUV | 206.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 223 | 0.15 | 0.05 | 0 | 0.13 | 200 | 0.34 | 0.81 |
| Hex | BE | D4 | DF | F | 5 | 0 | D | C8 | 22 | 51 |
| Octal | 276 | 324 | 337 | 17 | 5 | 0 | 15 | 310 | 42 | 121 |
| Binary | 10111110 | 11010100 | 11011111 | 1111 | 101 | 0 | 1101 | 11001000 | 100010 | 1010001 |
Color Harmonies of #BED4DF
Complementary color
Monochromatic Colors of #BED4DF
Black with #BED4DF
Text Example
Text Example
White with #BED4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4DF; }
p { color: rgb(190,212,223); }
H1.HeaderClassName
{
color: #BED4DF;
}
.AnyTagClassName
{
color: #BED4DF;
}
</style>
background-color css
<style>
a { background-color: #BED4DF; }
a { background-color: rgb(190,212,223); }
div.DivClassName
{
background-color: #BED4DF;
}
.BgClassName
{
background-color: #BED4DF;
}
</style>
border-color css
<style>
span { border-color: #BED4DF; }
span { border-color: rgb(190,212,223); }
td.TdClassName
{
border-color: #BED4DF;
}
.TagClassName
{
border-color: #BED4DF;
}
</style>