Shades of Onahau #BCDFE6
Tints of Onahau #BCDFE6
RGB
CMYK
RGB Variations
Color information
#BCDFE6 (or 0xBCDFE6) is known color: Onahau. HEX triplet: BC, DF and E6. RGB value is (188,223,230). Sum of RGB (Red+Green+Blue) = 188+223+230=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCDFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFE6 is #432019. Grayscale: #D5D5D5. Windows color (decimal): -4399130 or 15130556. OLE color: 15130556.
HSL color Cylindrical-coordinate representation of color #BCDFE6: hue angle of 190º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDFE6 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 223 | 230 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.10 |
| HSL | 190º | 0.46% | 0.82% | - |
| HSV(B) | 190º | 0.18% | 0.9% | - |
| XYZ | 61.41 | 69.18 | 84.98 | - |
| YUV | 213.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 230 | 0.18 | 0.03 | 0 | 0.10 | 190 | 0.46 | 0.82 |
| Hex | BC | DF | E6 | 12 | 3 | 0 | A | BE | 2E | 52 |
| Octal | 274 | 337 | 346 | 22 | 3 | 0 | 12 | 276 | 56 | 122 |
| Binary | 10111100 | 11011111 | 11100110 | 10010 | 11 | 0 | 1010 | 10111110 | 101110 | 1010010 |
Color Harmonies of #BCDFE6
Complementary color
Monochromatic Colors of #BCDFE6
Black with #BCDFE6
Text Example
Text Example
White with #BCDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFE6; }
p { color: rgb(188,223,230); }
H1.HeaderClassName
{
color: #BCDFE6;
}
.AnyTagClassName
{
color: #BCDFE6;
}
</style>
background-color css
<style>
a { background-color: #BCDFE6; }
a { background-color: rgb(188,223,230); }
div.DivClassName
{
background-color: #BCDFE6;
}
.BgClassName
{
background-color: #BCDFE6;
}
</style>
border-color css
<style>
span { border-color: #BCDFE6; }
span { border-color: rgb(188,223,230); }
td.TdClassName
{
border-color: #BCDFE6;
}
.TagClassName
{
border-color: #BCDFE6;
}
</style>