Shades of Light Blue #BED9E9
Tints of Light Blue #BED9E9
RGB
CMYK
RGB Variations
Color information
#BED9E9 (or 0xBED9E9) is known color: Light Blue. HEX triplet: BE, D9 and E9. RGB value is (190,217,233). Sum of RGB (Red+Green+Blue) = 190+217+233=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #BED9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9E9 is #412616. Grayscale: #D2D2D2. Windows color (decimal): -4269591 or 15325630. OLE color: 15325630.
HSL color Cylindrical-coordinate representation of color #BED9E9: hue angle of 202.33º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED9E9 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 217 | 233 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.09 |
| HSL | 202.33º | 0.49% | 0.83% | - |
| HSV(B) | 202.33º | 0.18% | 0.91% | - |
| XYZ | 60.76 | 66.46 | 86.72 | - |
| YUV | 210.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 233 | 0.18 | 0.07 | 0 | 0.09 | 202.33 | 0.49 | 0.83 |
| Hex | BE | D9 | E9 | 12 | 7 | 0 | 9 | CA | 31 | 53 |
| Octal | 276 | 331 | 351 | 22 | 7 | 0 | 11 | 312 | 61 | 123 |
| Binary | 10111110 | 11011001 | 11101001 | 10010 | 111 | 0 | 1001 | 11001010 | 110001 | 1010011 |
Color Harmonies of #BED9E9
Complementary color
Monochromatic Colors of #BED9E9
Black with #BED9E9
Text Example
Text Example
White with #BED9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9E9; }
p { color: rgb(190,217,233); }
H1.HeaderClassName
{
color: #BED9E9;
}
.AnyTagClassName
{
color: #BED9E9;
}
</style>
background-color css
<style>
a { background-color: #BED9E9; }
a { background-color: rgb(190,217,233); }
div.DivClassName
{
background-color: #BED9E9;
}
.BgClassName
{
background-color: #BED9E9;
}
</style>
border-color css
<style>
span { border-color: #BED9E9; }
span { border-color: rgb(190,217,233); }
td.TdClassName
{
border-color: #BED9E9;
}
.TagClassName
{
border-color: #BED9E9;
}
</style>