Shades of Onahau #BDDFEC
Tints of Onahau #BDDFEC
RGB
CMYK
RGB Variations
Color information
#BDDFEC (or 0xBDDFEC) is known color: Onahau. HEX triplet: BD, DF and EC. RGB value is (189,223,236). Sum of RGB (Red+Green+Blue) = 189+223+236=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFEC is #422013. Grayscale: #D6D6D6. Windows color (decimal): -4333588 or 15523773. OLE color: 15523773.
HSL color Cylindrical-coordinate representation of color #BDDFEC: hue angle of 196.6º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDDFEC is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 223 | 236 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.07 |
| HSL | 196.6º | 0.55% | 0.83% | - |
| HSV(B) | 196.6º | 0.2% | 0.93% | - |
| XYZ | 62.51 | 69.65 | 89.51 | - |
| YUV | 214.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 236 | 0.20 | 0.06 | 0 | 0.07 | 196.6 | 0.55 | 0.83 |
| Hex | BD | DF | EC | 14 | 6 | 0 | 7 | C5 | 37 | 53 |
| Octal | 275 | 337 | 354 | 24 | 6 | 0 | 7 | 305 | 67 | 123 |
| Binary | 10111101 | 11011111 | 11101100 | 10100 | 110 | 0 | 111 | 11000101 | 110111 | 1010011 |
Color Harmonies of #BDDFEC
Complementary color
Monochromatic Colors of #BDDFEC
Black with #BDDFEC
Text Example
Text Example
White with #BDDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFEC; }
p { color: rgb(189,223,236); }
H1.HeaderClassName
{
color: #BDDFEC;
}
.AnyTagClassName
{
color: #BDDFEC;
}
</style>
background-color css
<style>
a { background-color: #BDDFEC; }
a { background-color: rgb(189,223,236); }
div.DivClassName
{
background-color: #BDDFEC;
}
.BgClassName
{
background-color: #BDDFEC;
}
</style>
border-color css
<style>
span { border-color: #BDDFEC; }
span { border-color: rgb(189,223,236); }
td.TdClassName
{
border-color: #BDDFEC;
}
.TagClassName
{
border-color: #BDDFEC;
}
</style>