Shades of Onahau #BDDFE7
Tints of Onahau #BDDFE7
RGB
CMYK
RGB Variations
Color information
#BDDFE7 (or 0xBDDFE7) is known color: Onahau. HEX triplet: BD, DF and E7. RGB value is (189,223,231). Sum of RGB (Red+Green+Blue) = 189+223+231=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 231 (90.62% from 255 or 35.93% from 643); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDDFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFE7 is #422018. Grayscale: #D5D5D5. Windows color (decimal): -4333593 or 15196093. OLE color: 15196093.
HSL color Cylindrical-coordinate representation of color #BDDFE7: hue angle of 191.43º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDDFE7 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 223 | 231 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.09 |
| HSL | 191.43º | 0.47% | 0.82% | - |
| HSV(B) | 191.43º | 0.18% | 0.91% | - |
| XYZ | 61.8 | 69.36 | 85.73 | - |
| YUV | 213.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 231 | 0.18 | 0.03 | 0 | 0.09 | 191.43 | 0.47 | 0.82 |
| Hex | BD | DF | E7 | 12 | 3 | 0 | 9 | BF | 2F | 52 |
| Octal | 275 | 337 | 347 | 22 | 3 | 0 | 11 | 277 | 57 | 122 |
| Binary | 10111101 | 11011111 | 11100111 | 10010 | 11 | 0 | 1001 | 10111111 | 101111 | 1010010 |
Color Harmonies of #BDDFE7
Complementary color
Monochromatic Colors of #BDDFE7
Black with #BDDFE7
Text Example
Text Example
White with #BDDFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFE7; }
p { color: rgb(189,223,231); }
H1.HeaderClassName
{
color: #BDDFE7;
}
.AnyTagClassName
{
color: #BDDFE7;
}
</style>
background-color css
<style>
a { background-color: #BDDFE7; }
a { background-color: rgb(189,223,231); }
div.DivClassName
{
background-color: #BDDFE7;
}
.BgClassName
{
background-color: #BDDFE7;
}
</style>
border-color css
<style>
span { border-color: #BDDFE7; }
span { border-color: rgb(189,223,231); }
td.TdClassName
{
border-color: #BDDFE7;
}
.TagClassName
{
border-color: #BDDFE7;
}
</style>