Shades of Light Blue #BED1DA
Tints of Light Blue #BED1DA
RGB
CMYK
RGB Variations
Color information
#BED1DA (or 0xBED1DA) is known color: Light Blue. HEX triplet: BE, D1 and DA. RGB value is (190,209,218). Sum of RGB (Red+Green+Blue) = 190+209+218=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #BED1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1DA is #412E25. Grayscale: #CCCCCC. Windows color (decimal): -4271654 or 14340542. OLE color: 14340542.
HSL color Cylindrical-coordinate representation of color #BED1DA: hue angle of 199.29º 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 #BED1DA is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 190 | 209 | 218 | - |
CMYK | 0.13 | 0.04 | 0 | 0.15 |
HSL | 199.29º | 0.27% | 0.8% | - |
HSV(B) | 199.29º | 0.13% | 0.85% | - |
XYZ | 56.69 | 61.61 | 75.23 | - |
YUV | 204.35 | 135.71 | 117.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 209 | 218 | 0.13 | 0.04 | 0 | 0.15 | 199.29 | 0.27 | 0.8 |
Hex | BE | D1 | DA | D | 4 | 0 | F | C7 | 1B | 50 |
Octal | 276 | 321 | 332 | 15 | 4 | 0 | 17 | 307 | 33 | 120 |
Binary | 10111110 | 11010001 | 11011010 | 1101 | 100 | 0 | 1111 | 11000111 | 11011 | 1010000 |
Color Harmonies of #BED1DA
Complementary color
Monochromatic Colors of #BED1DA
Black with #BED1DA
Text Example
Text Example
White with #BED1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED1DA; }
p { color: rgb(190,209,218); }
H1.HeaderClassName
{
color: #BED1DA;
}
.AnyTagClassName
{
color: #BED1DA;
}
</style>
background-color css
<style>
a { background-color: #BED1DA; }
a { background-color: rgb(190,209,218); }
div.DivClassName
{
background-color: #BED1DA;
}
.BgClassName
{
background-color: #BED1DA;
}
</style>
border-color css
<style>
span { border-color: #BED1DA; }
span { border-color: rgb(190,209,218); }
td.TdClassName
{
border-color: #BED1DA;
}
.TagClassName
{
border-color: #BED1DA;
}
</style>