Shades of Onahau #BEDFF2
Tints of Onahau #BEDFF2
RGB
CMYK
RGB Variations
Color information
#BEDFF2 (or 0xBEDFF2) is known color: Onahau. HEX triplet: BE, DF and F2. RGB value is (190,223,242). Sum of RGB (Red+Green+Blue) = 190+223+242=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEDFF2 is #41200D. Grayscale: #D7D7D7. Windows color (decimal): -4268046 or 15916990. OLE color: 15916990.
HSL color Cylindrical-coordinate representation of color #BEDFF2: hue angle of 201.92º 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 #BEDFF2 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 223 | 242 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.05 |
| HSL | 201.92º | 0.67% | 0.85% | - |
| HSV(B) | 201.92º | 0.21% | 0.95% | - |
| XYZ | 63.65 | 70.13 | 94.19 | - |
| YUV | 215.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 242 | 0.21 | 0.08 | 0 | 0.05 | 201.92 | 0.67 | 0.85 |
| Hex | BE | DF | F2 | 15 | 8 | 0 | 5 | CA | 43 | 55 |
| Octal | 276 | 337 | 362 | 25 | 10 | 0 | 5 | 312 | 103 | 125 |
| Binary | 10111110 | 11011111 | 11110010 | 10101 | 1000 | 0 | 101 | 11001010 | 1000011 | 1010101 |
Color Harmonies of #BEDFF2
Complementary color
Monochromatic Colors of #BEDFF2
Black with #BEDFF2
Text Example
Text Example
White with #BEDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFF2; }
p { color: rgb(190,223,242); }
H1.HeaderClassName
{
color: #BEDFF2;
}
.AnyTagClassName
{
color: #BEDFF2;
}
</style>
background-color css
<style>
a { background-color: #BEDFF2; }
a { background-color: rgb(190,223,242); }
div.DivClassName
{
background-color: #BEDFF2;
}
.BgClassName
{
background-color: #BEDFF2;
}
</style>
border-color css
<style>
span { border-color: #BEDFF2; }
span { border-color: rgb(190,223,242); }
td.TdClassName
{
border-color: #BEDFF2;
}
.TagClassName
{
border-color: #BEDFF2;
}
</style>