Shades of Onahau #BFDFF1
Tints of Onahau #BFDFF1
RGB
CMYK
RGB Variations
Color information
#BFDFF1 (or 0xBFDFF1) is known color: Onahau. HEX triplet: BF, DF and F1. RGB value is (191,223,241). Sum of RGB (Red+Green+Blue) = 191+223+241=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFF1 is #40200E. Grayscale: #D7D7D7. Windows color (decimal): -4202511 or 15851455. OLE color: 15851455.
HSL color Cylindrical-coordinate representation of color #BFDFF1: hue angle of 201.6º degrees, saturation: 0.64, 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 #BFDFF1 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 223 | 241 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.05 |
| HSL | 201.6º | 0.64% | 0.85% | - |
| HSV(B) | 201.6º | 0.21% | 0.95% | - |
| XYZ | 63.75 | 70.2 | 93.41 | - |
| YUV | 215.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 241 | 0.21 | 0.07 | 0 | 0.05 | 201.6 | 0.64 | 0.85 |
| Hex | BF | DF | F1 | 15 | 7 | 0 | 5 | CA | 40 | 55 |
| Octal | 277 | 337 | 361 | 25 | 7 | 0 | 5 | 312 | 100 | 125 |
| Binary | 10111111 | 11011111 | 11110001 | 10101 | 111 | 0 | 101 | 11001010 | 1000000 | 1010101 |
Color Harmonies of #BFDFF1
Complementary color
Monochromatic Colors of #BFDFF1
Black with #BFDFF1
Text Example
Text Example
White with #BFDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFF1; }
p { color: rgb(191,223,241); }
H1.HeaderClassName
{
color: #BFDFF1;
}
.AnyTagClassName
{
color: #BFDFF1;
}
</style>
background-color css
<style>
a { background-color: #BFDFF1; }
a { background-color: rgb(191,223,241); }
div.DivClassName
{
background-color: #BFDFF1;
}
.BgClassName
{
background-color: #BFDFF1;
}
</style>
border-color css
<style>
span { border-color: #BFDFF1; }
span { border-color: rgb(191,223,241); }
td.TdClassName
{
border-color: #BFDFF1;
}
.TagClassName
{
border-color: #BFDFF1;
}
</style>