Shades of Onahau #BCDFED
Tints of Onahau #BCDFED
RGB
CMYK
RGB Variations
Color information
#BCDFED (or 0xBCDFED) is known color: Onahau. HEX triplet: BC, DF and ED. RGB value is (188,223,237). Sum of RGB (Red+Green+Blue) = 188+223+237=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFED is #432012. Grayscale: #D6D6D6. Windows color (decimal): -4399123 or 15589308. OLE color: 15589308.
HSL color Cylindrical-coordinate representation of color #BCDFED: hue angle of 197.14º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDFED is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 223 | 237 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.07 |
| HSL | 197.14º | 0.58% | 0.83% | - |
| HSV(B) | 197.14º | 0.21% | 0.93% | - |
| XYZ | 62.41 | 69.58 | 90.26 | - |
| YUV | 214.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 237 | 0.21 | 0.06 | 0 | 0.07 | 197.14 | 0.58 | 0.83 |
| Hex | BC | DF | ED | 15 | 6 | 0 | 7 | C5 | 3A | 53 |
| Octal | 274 | 337 | 355 | 25 | 6 | 0 | 7 | 305 | 72 | 123 |
| Binary | 10111100 | 11011111 | 11101101 | 10101 | 110 | 0 | 111 | 11000101 | 111010 | 1010011 |
Color Harmonies of #BCDFED
Complementary color
Monochromatic Colors of #BCDFED
Black with #BCDFED
Text Example
Text Example
White with #BCDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFED; }
p { color: rgb(188,223,237); }
H1.HeaderClassName
{
color: #BCDFED;
}
.AnyTagClassName
{
color: #BCDFED;
}
</style>
background-color css
<style>
a { background-color: #BCDFED; }
a { background-color: rgb(188,223,237); }
div.DivClassName
{
background-color: #BCDFED;
}
.BgClassName
{
background-color: #BCDFED;
}
</style>
border-color css
<style>
span { border-color: #BCDFED; }
span { border-color: rgb(188,223,237); }
td.TdClassName
{
border-color: #BCDFED;
}
.TagClassName
{
border-color: #BCDFED;
}
</style>