Shades of Onahau #BFDDED
Tints of Onahau #BFDDED
RGB
CMYK
RGB Variations
Color information
#BFDDED (or 0xBFDDED) is known color: Onahau. HEX triplet: BF, DD and ED. RGB value is (191,221,237). Sum of RGB (Red+Green+Blue) = 191+221+237=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDED is #402212. Grayscale: #D5D5D5. Windows color (decimal): -4203027 or 15588799. OLE color: 15588799.
HSL color Cylindrical-coordinate representation of color #BFDDED: hue angle of 200.87º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDDED is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 221 | 237 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.07 |
| HSL | 200.87º | 0.56% | 0.84% | - |
| HSV(B) | 200.87º | 0.19% | 0.93% | - |
| XYZ | 62.63 | 68.9 | 90.12 | - |
| YUV | 213.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 237 | 0.19 | 0.07 | 0 | 0.07 | 200.87 | 0.56 | 0.84 |
| Hex | BF | DD | ED | 13 | 7 | 0 | 7 | C9 | 38 | 54 |
| Octal | 277 | 335 | 355 | 23 | 7 | 0 | 7 | 311 | 70 | 124 |
| Binary | 10111111 | 11011101 | 11101101 | 10011 | 111 | 0 | 111 | 11001001 | 111000 | 1010100 |
Color Harmonies of #BFDDED
Complementary color
Monochromatic Colors of #BFDDED
Black with #BFDDED
Text Example
Text Example
White with #BFDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDED; }
p { color: rgb(191,221,237); }
H1.HeaderClassName
{
color: #BFDDED;
}
.AnyTagClassName
{
color: #BFDDED;
}
</style>
background-color css
<style>
a { background-color: #BFDDED; }
a { background-color: rgb(191,221,237); }
div.DivClassName
{
background-color: #BFDDED;
}
.BgClassName
{
background-color: #BFDDED;
}
</style>
border-color css
<style>
span { border-color: #BFDDED; }
span { border-color: rgb(191,221,237); }
td.TdClassName
{
border-color: #BFDDED;
}
.TagClassName
{
border-color: #BFDDED;
}
</style>