Shades of Onahau #BFDBE5
Tints of Onahau #BFDBE5
RGB
CMYK
RGB Variations
Color information
#BFDBE5 (or 0xBFDBE5) is known color: Onahau. HEX triplet: BF, DB and E5. RGB value is (191,219,229). Sum of RGB (Red+Green+Blue) = 191+219+229=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFDBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDBE5 is #40241A. Grayscale: #D3D3D3. Windows color (decimal): -4203547 or 15063999. OLE color: 15063999.
HSL color Cylindrical-coordinate representation of color #BFDBE5: hue angle of 195.79º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFDBE5 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 219 | 229 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.10 |
| HSL | 195.79º | 0.42% | 0.82% | - |
| HSV(B) | 195.79º | 0.17% | 0.9% | - |
| XYZ | 60.96 | 67.4 | 83.92 | - |
| YUV | 211.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 229 | 0.17 | 0.04 | 0 | 0.10 | 195.79 | 0.42 | 0.82 |
| Hex | BF | DB | E5 | 11 | 4 | 0 | A | C4 | 2A | 52 |
| Octal | 277 | 333 | 345 | 21 | 4 | 0 | 12 | 304 | 52 | 122 |
| Binary | 10111111 | 11011011 | 11100101 | 10001 | 100 | 0 | 1010 | 11000100 | 101010 | 1010010 |
Color Harmonies of #BFDBE5
Complementary color
Monochromatic Colors of #BFDBE5
Black with #BFDBE5
Text Example
Text Example
White with #BFDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBE5; }
p { color: rgb(191,219,229); }
H1.HeaderClassName
{
color: #BFDBE5;
}
.AnyTagClassName
{
color: #BFDBE5;
}
</style>
background-color css
<style>
a { background-color: #BFDBE5; }
a { background-color: rgb(191,219,229); }
div.DivClassName
{
background-color: #BFDBE5;
}
.BgClassName
{
background-color: #BFDBE5;
}
</style>
border-color css
<style>
span { border-color: #BFDBE5; }
span { border-color: rgb(191,219,229); }
td.TdClassName
{
border-color: #BFDBE5;
}
.TagClassName
{
border-color: #BFDBE5;
}
</style>