Shades of Onahau #BFE5ED
Tints of Onahau #BFE5ED
RGB
CMYK
RGB Variations
Color information
#BFE5ED (or 0xBFE5ED) is known color: Onahau. HEX triplet: BF, E5 and ED. RGB value is (191,229,237). Sum of RGB (Red+Green+Blue) = 191+229+237=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5ED is #401A12. Grayscale: #DADADA. Windows color (decimal): -4200979 or 15590847. OLE color: 15590847.
HSL color Cylindrical-coordinate representation of color #BFE5ED: hue angle of 190.43º 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 #BFE5ED is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 191 | 229 | 237 | - |
CMYK | 0.19 | 0.03 | 0 | 0.07 |
HSL | 190.43º | 0.56% | 0.84% | - |
HSV(B) | 190.43º | 0.19% | 0.93% | - |
XYZ | 64.79 | 73.23 | 90.84 | - |
YUV | 218.55 | 138.41 | 108.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 229 | 237 | 0.19 | 0.03 | 0 | 0.07 | 190.43 | 0.56 | 0.84 |
Hex | BF | E5 | ED | 13 | 3 | 0 | 7 | BE | 38 | 54 |
Octal | 277 | 345 | 355 | 23 | 3 | 0 | 7 | 276 | 70 | 124 |
Binary | 10111111 | 11100101 | 11101101 | 10011 | 11 | 0 | 111 | 10111110 | 111000 | 1010100 |
Color Harmonies of #BFE5ED
Complementary color
Monochromatic Colors of #BFE5ED
Black with #BFE5ED
Text Example
Text Example
White with #BFE5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE5ED; }
p { color: rgb(191,229,237); }
H1.HeaderClassName
{
color: #BFE5ED;
}
.AnyTagClassName
{
color: #BFE5ED;
}
</style>
background-color css
<style>
a { background-color: #BFE5ED; }
a { background-color: rgb(191,229,237); }
div.DivClassName
{
background-color: #BFE5ED;
}
.BgClassName
{
background-color: #BFE5ED;
}
</style>
border-color css
<style>
span { border-color: #BFE5ED; }
span { border-color: rgb(191,229,237); }
td.TdClassName
{
border-color: #BFE5ED;
}
.TagClassName
{
border-color: #BFE5ED;
}
</style>