Shades of Onahau #BBDFF3
Tints of Onahau #BBDFF3
RGB
CMYK
RGB Variations
Color information
#BBDFF3 (or 0xBBDFF3) is known color: Onahau. HEX triplet: BB, DF and F3. RGB value is (187,223,243). Sum of RGB (Red+Green+Blue) = 187+223+243=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBDFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFF3 is #44200C. Grayscale: #D6D6D6. Windows color (decimal): -4464653 or 15982523. OLE color: 15982523.
HSL color Cylindrical-coordinate representation of color #BBDFF3: hue angle of 201.43º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBDFF3 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 223 | 243 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.05 |
| HSL | 201.43º | 0.7% | 0.84% | - |
| HSV(B) | 201.43º | 0.23% | 0.95% | - |
| XYZ | 63.06 | 69.81 | 94.95 | - |
| YUV | 214.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 243 | 0.23 | 0.08 | 0 | 0.05 | 201.43 | 0.7 | 0.84 |
| Hex | BB | DF | F3 | 17 | 8 | 0 | 5 | C9 | 46 | 54 |
| Octal | 273 | 337 | 363 | 27 | 10 | 0 | 5 | 311 | 106 | 124 |
| Binary | 10111011 | 11011111 | 11110011 | 10111 | 1000 | 0 | 101 | 11001001 | 1000110 | 1010100 |
Color Harmonies of #BBDFF3
Complementary color
Monochromatic Colors of #BBDFF3
Black with #BBDFF3
Text Example
Text Example
White with #BBDFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFF3; }
p { color: rgb(187,223,243); }
H1.HeaderClassName
{
color: #BBDFF3;
}
.AnyTagClassName
{
color: #BBDFF3;
}
</style>
background-color css
<style>
a { background-color: #BBDFF3; }
a { background-color: rgb(187,223,243); }
div.DivClassName
{
background-color: #BBDFF3;
}
.BgClassName
{
background-color: #BBDFF3;
}
</style>
border-color css
<style>
span { border-color: #BBDFF3; }
span { border-color: rgb(187,223,243); }
td.TdClassName
{
border-color: #BBDFF3;
}
.TagClassName
{
border-color: #BBDFF3;
}
</style>