Shades of Onahau #BEDFE8
Tints of Onahau #BEDFE8
RGB
CMYK
RGB Variations
Color information
#BEDFE8 (or 0xBEDFE8) is known color: Onahau. HEX triplet: BE, DF and E8. RGB value is (190,223,232). Sum of RGB (Red+Green+Blue) = 190+223+232=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEDFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFE8 is #412017. Grayscale: #D6D6D6. Windows color (decimal): -4268056 or 15261630. OLE color: 15261630.
HSL color Cylindrical-coordinate representation of color #BEDFE8: hue angle of 192.86º degrees, saturation: 0.48, 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 #BEDFE8 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 223 | 232 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.09 |
| HSL | 192.86º | 0.48% | 0.83% | - |
| HSV(B) | 192.86º | 0.18% | 0.91% | - |
| XYZ | 62.19 | 69.55 | 86.49 | - |
| YUV | 214.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 232 | 0.18 | 0.04 | 0 | 0.09 | 192.86 | 0.48 | 0.83 |
| Hex | BE | DF | E8 | 12 | 4 | 0 | 9 | C1 | 30 | 53 |
| Octal | 276 | 337 | 350 | 22 | 4 | 0 | 11 | 301 | 60 | 123 |
| Binary | 10111110 | 11011111 | 11101000 | 10010 | 100 | 0 | 1001 | 11000001 | 110000 | 1010011 |
Color Harmonies of #BEDFE8
Complementary color
Monochromatic Colors of #BEDFE8
Black with #BEDFE8
Text Example
Text Example
White with #BEDFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFE8; }
p { color: rgb(190,223,232); }
H1.HeaderClassName
{
color: #BEDFE8;
}
.AnyTagClassName
{
color: #BEDFE8;
}
</style>
background-color css
<style>
a { background-color: #BEDFE8; }
a { background-color: rgb(190,223,232); }
div.DivClassName
{
background-color: #BEDFE8;
}
.BgClassName
{
background-color: #BEDFE8;
}
</style>
border-color css
<style>
span { border-color: #BEDFE8; }
span { border-color: rgb(190,223,232); }
td.TdClassName
{
border-color: #BEDFE8;
}
.TagClassName
{
border-color: #BEDFE8;
}
</style>