Shades of Onahau #BDEAFF
Tints of Onahau #BDEAFF
RGB
CMYK
RGB Variations
Color information
#BDEAFF (or 0xBDEAFF) is known color: Onahau. HEX triplet: BD, EA and FF. RGB value is (189,234,255). Sum of RGB (Red+Green+Blue) = 189+234+255=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAFF is #421500. Grayscale: #DEDEDE. Windows color (decimal): -4330753 or 16771773. OLE color: 16771773.
HSL color Cylindrical-coordinate representation of color #BDEAFF: hue angle of 199.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDEAFF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 234 | 255 | - |
| CMYK | 0.26 | 0.08 | 0 | 0 |
| HSL | 199.09º | 1% | 0.87% | - |
| HSV(B) | 199.09º | 0.26% | 1% | - |
| XYZ | 68.46 | 76.88 | 105.84 | - |
| YUV | 222.94 | 146.09 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 255 | 0.26 | 0.08 | 0 | 0 | 199.09 | 1 | 0.87 |
| Hex | BD | EA | FF | 1A | 8 | 0 | 0 | C7 | 64 | 57 |
| Octal | 275 | 352 | 377 | 32 | 10 | 0 | 0 | 307 | 144 | 127 |
| Binary | 10111101 | 11101010 | 11111111 | 11010 | 1000 | 0 | 0 | 11000111 | 1100100 | 1010111 |
Color Harmonies of #BDEAFF
Complementary color
Monochromatic Colors of #BDEAFF
Black with #BDEAFF
Text Example
Text Example
White with #BDEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAFF; }
p { color: rgb(189,234,255); }
H1.HeaderClassName
{
color: #BDEAFF;
}
.AnyTagClassName
{
color: #BDEAFF;
}
</style>
background-color css
<style>
a { background-color: #BDEAFF; }
a { background-color: rgb(189,234,255); }
div.DivClassName
{
background-color: #BDEAFF;
}
.BgClassName
{
background-color: #BDEAFF;
}
</style>
border-color css
<style>
span { border-color: #BDEAFF; }
span { border-color: rgb(189,234,255); }
td.TdClassName
{
border-color: #BDEAFF;
}
.TagClassName
{
border-color: #BDEAFF;
}
</style>