Shades of Onahau #BCDDE8
Tints of Onahau #BCDDE8
RGB
CMYK
RGB Variations
Color information
#BCDDE8 (or 0xBCDDE8) is known color: Onahau. HEX triplet: BC, DD and E8. RGB value is (188,221,232). Sum of RGB (Red+Green+Blue) = 188+221+232=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDE8 is #432217. Grayscale: #D4D4D4. Windows color (decimal): -4399640 or 15261116. OLE color: 15261116.
HSL color Cylindrical-coordinate representation of color #BCDDE8: hue angle of 195º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDDE8 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 221 | 232 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.09 |
| HSL | 195º | 0.49% | 0.82% | - |
| HSV(B) | 195º | 0.19% | 0.91% | - |
| XYZ | 61.16 | 68.23 | 86.29 | - |
| YUV | 212.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 232 | 0.19 | 0.05 | 0 | 0.09 | 195 | 0.49 | 0.82 |
| Hex | BC | DD | E8 | 13 | 5 | 0 | 9 | C3 | 31 | 52 |
| Octal | 274 | 335 | 350 | 23 | 5 | 0 | 11 | 303 | 61 | 122 |
| Binary | 10111100 | 11011101 | 11101000 | 10011 | 101 | 0 | 1001 | 11000011 | 110001 | 1010010 |
Color Harmonies of #BCDDE8
Complementary color
Monochromatic Colors of #BCDDE8
Black with #BCDDE8
Text Example
Text Example
White with #BCDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDE8; }
p { color: rgb(188,221,232); }
H1.HeaderClassName
{
color: #BCDDE8;
}
.AnyTagClassName
{
color: #BCDDE8;
}
</style>
background-color css
<style>
a { background-color: #BCDDE8; }
a { background-color: rgb(188,221,232); }
div.DivClassName
{
background-color: #BCDDE8;
}
.BgClassName
{
background-color: #BCDDE8;
}
</style>
border-color css
<style>
span { border-color: #BCDDE8; }
span { border-color: rgb(188,221,232); }
td.TdClassName
{
border-color: #BCDDE8;
}
.TagClassName
{
border-color: #BCDDE8;
}
</style>