Shades of Onahau #BFDBE7
Tints of Onahau #BFDBE7
RGB
CMYK
RGB Variations
Color information
#BFDBE7 (or 0xBFDBE7) is known color: Onahau. HEX triplet: BF, DB and E7. RGB value is (191,219,231). Sum of RGB (Red+Green+Blue) = 191+219+231=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDBE7 is #402418. Grayscale: #D3D3D3. Windows color (decimal): -4203545 or 15195071. OLE color: 15195071.
HSL color Cylindrical-coordinate representation of color #BFDBE7: hue angle of 198º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFDBE7 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 219 | 231 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.09 |
| HSL | 198º | 0.45% | 0.83% | - |
| HSV(B) | 198º | 0.17% | 0.91% | - |
| XYZ | 61.24 | 67.51 | 85.4 | - |
| YUV | 212 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 219 | 231 | 0.17 | 0.05 | 0 | 0.09 | 198 | 0.45 | 0.83 |
| Hex | BF | DB | E7 | 11 | 5 | 0 | 9 | C6 | 2D | 53 |
| Octal | 277 | 333 | 347 | 21 | 5 | 0 | 11 | 306 | 55 | 123 |
| Binary | 10111111 | 11011011 | 11100111 | 10001 | 101 | 0 | 1001 | 11000110 | 101101 | 1010011 |
Color Harmonies of #BFDBE7
Complementary color
Monochromatic Colors of #BFDBE7
Black with #BFDBE7
Text Example
Text Example
White with #BFDBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDBE7; }
p { color: rgb(191,219,231); }
H1.HeaderClassName
{
color: #BFDBE7;
}
.AnyTagClassName
{
color: #BFDBE7;
}
</style>
background-color css
<style>
a { background-color: #BFDBE7; }
a { background-color: rgb(191,219,231); }
div.DivClassName
{
background-color: #BFDBE7;
}
.BgClassName
{
background-color: #BFDBE7;
}
</style>
border-color css
<style>
span { border-color: #BFDBE7; }
span { border-color: rgb(191,219,231); }
td.TdClassName
{
border-color: #BFDBE7;
}
.TagClassName
{
border-color: #BFDBE7;
}
</style>