Shades of Onahau #BCDFF3
Tints of Onahau #BCDFF3
RGB
CMYK
RGB Variations
Color information
#BCDFF3 (or 0xBCDFF3) is known color: Onahau. HEX triplet: BC, DF and F3. RGB value is (188,223,243). Sum of RGB (Red+Green+Blue) = 188+223+243=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCDFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFF3 is #43200C. Grayscale: #D6D6D6. Windows color (decimal): -4399117 or 15982524. OLE color: 15982524.
HSL color Cylindrical-coordinate representation of color #BCDFF3: hue angle of 201.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDFF3 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 223 | 243 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.05 |
| HSL | 201.82º | 0.7% | 0.85% | - |
| HSV(B) | 201.82º | 0.23% | 0.95% | - |
| XYZ | 63.3 | 69.94 | 94.96 | - |
| YUV | 214.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 243 | 0.23 | 0.08 | 0 | 0.05 | 201.82 | 0.7 | 0.85 |
| Hex | BC | DF | F3 | 17 | 8 | 0 | 5 | CA | 46 | 55 |
| Octal | 274 | 337 | 363 | 27 | 10 | 0 | 5 | 312 | 106 | 125 |
| Binary | 10111100 | 11011111 | 11110011 | 10111 | 1000 | 0 | 101 | 11001010 | 1000110 | 1010101 |
Color Harmonies of #BCDFF3
Complementary color
Monochromatic Colors of #BCDFF3
Black with #BCDFF3
Text Example
Text Example
White with #BCDFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFF3; }
p { color: rgb(188,223,243); }
H1.HeaderClassName
{
color: #BCDFF3;
}
.AnyTagClassName
{
color: #BCDFF3;
}
</style>
background-color css
<style>
a { background-color: #BCDFF3; }
a { background-color: rgb(188,223,243); }
div.DivClassName
{
background-color: #BCDFF3;
}
.BgClassName
{
background-color: #BCDFF3;
}
</style>
border-color css
<style>
span { border-color: #BCDFF3; }
span { border-color: rgb(188,223,243); }
td.TdClassName
{
border-color: #BCDFF3;
}
.TagClassName
{
border-color: #BCDFF3;
}
</style>