Shades of Light Blue #BED4DC
Tints of Light Blue #BED4DC
RGB
CMYK
RGB Variations
Color information
#BED4DC (or 0xBED4DC) is known color: Light Blue. HEX triplet: BE, D4 and DC. RGB value is (190,212,220). Sum of RGB (Red+Green+Blue) = 190+212+220=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 212 (83.20% from 255 or 34.08% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #BED4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4DC is #412B23. Grayscale: #CECECE. Windows color (decimal): -4270884 or 14472382. OLE color: 14472382.
HSL color Cylindrical-coordinate representation of color #BED4DC: hue angle of 196º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED4DC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 212 | 220 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.14 |
| HSL | 196º | 0.3% | 0.8% | - |
| HSV(B) | 196º | 0.14% | 0.86% | - |
| XYZ | 57.7 | 63.2 | 76.87 | - |
| YUV | 206.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 212 | 220 | 0.14 | 0.04 | 0 | 0.14 | 196 | 0.3 | 0.8 |
| Hex | BE | D4 | DC | E | 4 | 0 | E | C4 | 1E | 50 |
| Octal | 276 | 324 | 334 | 16 | 4 | 0 | 16 | 304 | 36 | 120 |
| Binary | 10111110 | 11010100 | 11011100 | 1110 | 100 | 0 | 1110 | 11000100 | 11110 | 1010000 |
Color Harmonies of #BED4DC
Complementary color
Monochromatic Colors of #BED4DC
Black with #BED4DC
Text Example
Text Example
White with #BED4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED4DC; }
p { color: rgb(190,212,220); }
H1.HeaderClassName
{
color: #BED4DC;
}
.AnyTagClassName
{
color: #BED4DC;
}
</style>
background-color css
<style>
a { background-color: #BED4DC; }
a { background-color: rgb(190,212,220); }
div.DivClassName
{
background-color: #BED4DC;
}
.BgClassName
{
background-color: #BED4DC;
}
</style>
border-color css
<style>
span { border-color: #BED4DC; }
span { border-color: rgb(190,212,220); }
td.TdClassName
{
border-color: #BED4DC;
}
.TagClassName
{
border-color: #BED4DC;
}
</style>