Shades of Onahau #BCDFEB
Tints of Onahau #BCDFEB
RGB
CMYK
RGB Variations
Color information
#BCDFEB (or 0xBCDFEB) is known color: Onahau. HEX triplet: BC, DF and EB. RGB value is (188,223,235). Sum of RGB (Red+Green+Blue) = 188+223+235=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFEB is #432014. Grayscale: #D5D5D5. Windows color (decimal): -4399125 or 15458236. OLE color: 15458236.
HSL color Cylindrical-coordinate representation of color #BCDFEB: hue angle of 195.32º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCDFEB is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 223 | 235 | - |
| CMYK | 0.2 | 0.05 | 0 | 0.08 |
| HSL | 195.32º | 0.54% | 0.83% | - |
| HSV(B) | 195.32º | 0.2% | 0.92% | - |
| XYZ | 62.12 | 69.46 | 88.73 | - |
| YUV | 213.9 | 139.9 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 235 | 0.2 | 0.05 | 0 | 0.08 | 195.32 | 0.54 | 0.83 |
| Hex | BC | DF | EB | 14 | 5 | 0 | 8 | C3 | 36 | 53 |
| Octal | 274 | 337 | 353 | 24 | 5 | 0 | 10 | 303 | 66 | 123 |
| Binary | 10111100 | 11011111 | 11101011 | 10100 | 101 | 0 | 1000 | 11000011 | 110110 | 1010011 |
Color Harmonies of #BCDFEB
Complementary color
Monochromatic Colors of #BCDFEB
Black with #BCDFEB
Text Example
Text Example
White with #BCDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFEB; }
p { color: rgb(188,223,235); }
H1.HeaderClassName
{
color: #BCDFEB;
}
.AnyTagClassName
{
color: #BCDFEB;
}
</style>
background-color css
<style>
a { background-color: #BCDFEB; }
a { background-color: rgb(188,223,235); }
div.DivClassName
{
background-color: #BCDFEB;
}
.BgClassName
{
background-color: #BCDFEB;
}
</style>
border-color css
<style>
span { border-color: #BCDFEB; }
span { border-color: rgb(188,223,235); }
td.TdClassName
{
border-color: #BCDFEB;
}
.TagClassName
{
border-color: #BCDFEB;
}
</style>