Shades of Onahau #BDDFF1
Tints of Onahau #BDDFF1
RGB
CMYK
RGB Variations
Color information
#BDDFF1 (or 0xBDDFF1) is known color: Onahau. HEX triplet: BD, DF and F1. RGB value is (189,223,241). Sum of RGB (Red+Green+Blue) = 189+223+241=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFF1 is #42200E. Grayscale: #D6D6D6. Windows color (decimal): -4333583 or 15851453. OLE color: 15851453.
HSL color Cylindrical-coordinate representation of color #BDDFF1: hue angle of 200.77º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDFF1 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 223 | 241 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.05 |
| HSL | 200.77º | 0.65% | 0.84% | - |
| HSV(B) | 200.77º | 0.22% | 0.95% | - |
| XYZ | 63.25 | 69.95 | 93.39 | - |
| YUV | 214.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 241 | 0.22 | 0.07 | 0 | 0.05 | 200.77 | 0.65 | 0.84 |
| Hex | BD | DF | F1 | 16 | 7 | 0 | 5 | C9 | 41 | 54 |
| Octal | 275 | 337 | 361 | 26 | 7 | 0 | 5 | 311 | 101 | 124 |
| Binary | 10111101 | 11011111 | 11110001 | 10110 | 111 | 0 | 101 | 11001001 | 1000001 | 1010100 |
Color Harmonies of #BDDFF1
Complementary color
Monochromatic Colors of #BDDFF1
Black with #BDDFF1
Text Example
Text Example
White with #BDDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFF1; }
p { color: rgb(189,223,241); }
H1.HeaderClassName
{
color: #BDDFF1;
}
.AnyTagClassName
{
color: #BDDFF1;
}
</style>
background-color css
<style>
a { background-color: #BDDFF1; }
a { background-color: rgb(189,223,241); }
div.DivClassName
{
background-color: #BDDFF1;
}
.BgClassName
{
background-color: #BDDFF1;
}
</style>
border-color css
<style>
span { border-color: #BDDFF1; }
span { border-color: rgb(189,223,241); }
td.TdClassName
{
border-color: #BDDFF1;
}
.TagClassName
{
border-color: #BDDFF1;
}
</style>