Shades of Onahau #BDEAFC
Tints of Onahau #BDEAFC
RGB
CMYK
RGB Variations
Color information
#BDEAFC (or 0xBDEAFC) is known color: Onahau. HEX triplet: BD, EA and FC. RGB value is (189,234,252). Sum of RGB (Red+Green+Blue) = 189+234+252=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAFC is #421503. Grayscale: #DEDEDE. Windows color (decimal): -4330756 or 16575165. OLE color: 16575165.
HSL color Cylindrical-coordinate representation of color #BDEAFC: hue angle of 197.14º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDEAFC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 234 | 252 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.01 |
| HSL | 197.14º | 0.91% | 0.86% | - |
| HSV(B) | 197.14º | 0.25% | 0.99% | - |
| XYZ | 67.98 | 76.69 | 103.32 | - |
| YUV | 222.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 252 | 0.25 | 0.07 | 0 | 0.01 | 197.14 | 0.91 | 0.86 |
| Hex | BD | EA | FC | 19 | 7 | 0 | 1 | C5 | 5B | 56 |
| Octal | 275 | 352 | 374 | 31 | 7 | 0 | 1 | 305 | 133 | 126 |
| Binary | 10111101 | 11101010 | 11111100 | 11001 | 111 | 0 | 1 | 11000101 | 1011011 | 1010110 |
Color Harmonies of #BDEAFC
Complementary color
Monochromatic Colors of #BDEAFC
Black with #BDEAFC
Text Example
Text Example
White with #BDEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAFC; }
p { color: rgb(189,234,252); }
H1.HeaderClassName
{
color: #BDEAFC;
}
.AnyTagClassName
{
color: #BDEAFC;
}
</style>
background-color css
<style>
a { background-color: #BDEAFC; }
a { background-color: rgb(189,234,252); }
div.DivClassName
{
background-color: #BDEAFC;
}
.BgClassName
{
background-color: #BDEAFC;
}
</style>
border-color css
<style>
span { border-color: #BDEAFC; }
span { border-color: rgb(189,234,252); }
td.TdClassName
{
border-color: #BDEAFC;
}
.TagClassName
{
border-color: #BDEAFC;
}
</style>