Shades of Light Blue #BED4DA
Tints of Light Blue #BED4DA
RGB
CMYK
RGB Variations
Color information
#BED4DA (or 0xBED4DA) is known color: Light Blue. HEX triplet: BE, D4 and DA. RGB value is (190,212,218). Sum of RGB (Red+Green+Blue) = 190+212+218=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #BED4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4DA is #412B25. Grayscale: #CECECE. Windows color (decimal): -4270886 or 14341310. OLE color: 14341310.
HSL color Cylindrical-coordinate representation of color #BED4DA: hue angle of 192.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BED4DA is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 212 | 218 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.15 |
| HSL | 192.86º | 0.27% | 0.8% | - |
| HSV(B) | 192.86º | 0.13% | 0.85% | - |
| XYZ | 57.43 | 63.1 | 75.48 | - |
| YUV | 206.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 218 | 0.13 | 0.03 | 0 | 0.15 | 192.86 | 0.27 | 0.8 |
| Hex | BE | D4 | DA | D | 3 | 0 | F | C1 | 1B | 50 |
| Octal | 276 | 324 | 332 | 15 | 3 | 0 | 17 | 301 | 33 | 120 |
| Binary | 10111110 | 11010100 | 11011010 | 1101 | 11 | 0 | 1111 | 11000001 | 11011 | 1010000 |
Color Harmonies of #BED4DA
Complementary color
Monochromatic Colors of #BED4DA
Black with #BED4DA
Text Example
Text Example
White with #BED4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4DA; }
p { color: rgb(190,212,218); }
H1.HeaderClassName
{
color: #BED4DA;
}
.AnyTagClassName
{
color: #BED4DA;
}
</style>
background-color css
<style>
a { background-color: #BED4DA; }
a { background-color: rgb(190,212,218); }
div.DivClassName
{
background-color: #BED4DA;
}
.BgClassName
{
background-color: #BED4DA;
}
</style>
border-color css
<style>
span { border-color: #BED4DA; }
span { border-color: rgb(190,212,218); }
td.TdClassName
{
border-color: #BED4DA;
}
.TagClassName
{
border-color: #BED4DA;
}
</style>