Shades of Onahau #BFDDEA
Tints of Onahau #BFDDEA
RGB
CMYK
RGB Variations
Color information
#BFDDEA (or 0xBFDDEA) is known color: Onahau. HEX triplet: BF, DD and EA. RGB value is (191,221,234). Sum of RGB (Red+Green+Blue) = 191+221+234=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFDDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDEA is #402215. Grayscale: #D5D5D5. Windows color (decimal): -4203030 or 15392191. OLE color: 15392191.
HSL color Cylindrical-coordinate representation of color #BFDDEA: hue angle of 198.14º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDDEA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 221 | 234 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.08 |
| HSL | 198.14º | 0.51% | 0.83% | - |
| HSV(B) | 198.14º | 0.18% | 0.92% | - |
| XYZ | 62.19 | 68.73 | 87.83 | - |
| YUV | 213.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 234 | 0.18 | 0.06 | 0 | 0.08 | 198.14 | 0.51 | 0.83 |
| Hex | BF | DD | EA | 12 | 6 | 0 | 8 | C6 | 33 | 53 |
| Octal | 277 | 335 | 352 | 22 | 6 | 0 | 10 | 306 | 63 | 123 |
| Binary | 10111111 | 11011101 | 11101010 | 10010 | 110 | 0 | 1000 | 11000110 | 110011 | 1010011 |
Color Harmonies of #BFDDEA
Complementary color
Monochromatic Colors of #BFDDEA
Black with #BFDDEA
Text Example
Text Example
White with #BFDDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDEA; }
p { color: rgb(191,221,234); }
H1.HeaderClassName
{
color: #BFDDEA;
}
.AnyTagClassName
{
color: #BFDDEA;
}
</style>
background-color css
<style>
a { background-color: #BFDDEA; }
a { background-color: rgb(191,221,234); }
div.DivClassName
{
background-color: #BFDDEA;
}
.BgClassName
{
background-color: #BFDDEA;
}
</style>
border-color css
<style>
span { border-color: #BFDDEA; }
span { border-color: rgb(191,221,234); }
td.TdClassName
{
border-color: #BFDDEA;
}
.TagClassName
{
border-color: #BFDDEA;
}
</style>