Shades of Onahau #BEE5F2
Tints of Onahau #BEE5F2
RGB
CMYK
RGB Variations
Color information
#BEE5F2 (or 0xBEE5F2) is known color: Onahau. HEX triplet: BE, E5 and F2. RGB value is (190,229,242). Sum of RGB (Red+Green+Blue) = 190+229+242=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEE5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEE5F2 is #411A0D. Grayscale: #DADADA. Windows color (decimal): -4266510 or 15918526. OLE color: 15918526.
HSL color Cylindrical-coordinate representation of color #BEE5F2: hue angle of 195º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEE5F2 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 190 | 229 | 242 | - |
CMYK | 0.21 | 0.05 | 0 | 0.05 |
HSL | 195º | 0.67% | 0.85% | - |
HSV(B) | 195º | 0.21% | 0.95% | - |
XYZ | 65.28 | 73.4 | 94.73 | - |
YUV | 218.82 | 141.08 | 107.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 229 | 242 | 0.21 | 0.05 | 0 | 0.05 | 195 | 0.67 | 0.85 |
Hex | BE | E5 | F2 | 15 | 5 | 0 | 5 | C3 | 43 | 55 |
Octal | 276 | 345 | 362 | 25 | 5 | 0 | 5 | 303 | 103 | 125 |
Binary | 10111110 | 11100101 | 11110010 | 10101 | 101 | 0 | 101 | 11000011 | 1000011 | 1010101 |
Color Harmonies of #BEE5F2
Complementary color
Monochromatic Colors of #BEE5F2
Black with #BEE5F2
Text Example
Text Example
White with #BEE5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE5F2; }
p { color: rgb(190,229,242); }
H1.HeaderClassName
{
color: #BEE5F2;
}
.AnyTagClassName
{
color: #BEE5F2;
}
</style>
background-color css
<style>
a { background-color: #BEE5F2; }
a { background-color: rgb(190,229,242); }
div.DivClassName
{
background-color: #BEE5F2;
}
.BgClassName
{
background-color: #BEE5F2;
}
</style>
border-color css
<style>
span { border-color: #BEE5F2; }
span { border-color: rgb(190,229,242); }
td.TdClassName
{
border-color: #BEE5F2;
}
.TagClassName
{
border-color: #BEE5F2;
}
</style>