Shades of Onahau #BDDFF2
Tints of Onahau #BDDFF2
RGB
CMYK
RGB Variations
Color information
#BDDFF2 (or 0xBDDFF2) is known color: Onahau. HEX triplet: BD, DF and F2. RGB value is (189,223,242). Sum of RGB (Red+Green+Blue) = 189+223+242=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFF2 is #42200D. Grayscale: #D6D6D6. Windows color (decimal): -4333582 or 15916989. OLE color: 15916989.
HSL color Cylindrical-coordinate representation of color #BDDFF2: hue angle of 201.51º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDFF2 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 223 | 242 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.05 |
| HSL | 201.51º | 0.67% | 0.85% | - |
| HSV(B) | 201.51º | 0.22% | 0.95% | - |
| XYZ | 63.4 | 70 | 94.18 | - |
| YUV | 215 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 242 | 0.22 | 0.08 | 0 | 0.05 | 201.51 | 0.67 | 0.85 |
| Hex | BD | DF | F2 | 16 | 8 | 0 | 5 | CA | 43 | 55 |
| Octal | 275 | 337 | 362 | 26 | 10 | 0 | 5 | 312 | 103 | 125 |
| Binary | 10111101 | 11011111 | 11110010 | 10110 | 1000 | 0 | 101 | 11001010 | 1000011 | 1010101 |
Color Harmonies of #BDDFF2
Complementary color
Monochromatic Colors of #BDDFF2
Black with #BDDFF2
Text Example
Text Example
White with #BDDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFF2; }
p { color: rgb(189,223,242); }
H1.HeaderClassName
{
color: #BDDFF2;
}
.AnyTagClassName
{
color: #BDDFF2;
}
</style>
background-color css
<style>
a { background-color: #BDDFF2; }
a { background-color: rgb(189,223,242); }
div.DivClassName
{
background-color: #BDDFF2;
}
.BgClassName
{
background-color: #BDDFF2;
}
</style>
border-color css
<style>
span { border-color: #BDDFF2; }
span { border-color: rgb(189,223,242); }
td.TdClassName
{
border-color: #BDDFF2;
}
.TagClassName
{
border-color: #BDDFF2;
}
</style>