Shades of Onahau #BCDFF4
Tints of Onahau #BCDFF4
RGB
CMYK
RGB Variations
Color information
#BCDFF4 (or 0xBCDFF4) is known color: Onahau. HEX triplet: BC, DF and F4. RGB value is (188,223,244). Sum of RGB (Red+Green+Blue) = 188+223+244=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCDFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFF4 is #43200B. Grayscale: #D6D6D6. Windows color (decimal): -4399116 or 16048060. OLE color: 16048060.
HSL color Cylindrical-coordinate representation of color #BCDFF4: hue angle of 202.5º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDFF4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 223 | 244 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.04 |
| HSL | 202.5º | 0.72% | 0.85% | - |
| HSV(B) | 202.5º | 0.23% | 0.96% | - |
| XYZ | 63.46 | 70 | 95.75 | - |
| YUV | 214.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 244 | 0.23 | 0.09 | 0 | 0.04 | 202.5 | 0.72 | 0.85 |
| Hex | BC | DF | F4 | 17 | 9 | 0 | 4 | CA | 48 | 55 |
| Octal | 274 | 337 | 364 | 27 | 11 | 0 | 4 | 312 | 110 | 125 |
| Binary | 10111100 | 11011111 | 11110100 | 10111 | 1001 | 0 | 100 | 11001010 | 1001000 | 1010101 |
Color Harmonies of #BCDFF4
Complementary color
Monochromatic Colors of #BCDFF4
Black with #BCDFF4
Text Example
Text Example
White with #BCDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFF4; }
p { color: rgb(188,223,244); }
H1.HeaderClassName
{
color: #BCDFF4;
}
.AnyTagClassName
{
color: #BCDFF4;
}
</style>
background-color css
<style>
a { background-color: #BCDFF4; }
a { background-color: rgb(188,223,244); }
div.DivClassName
{
background-color: #BCDFF4;
}
.BgClassName
{
background-color: #BCDFF4;
}
</style>
border-color css
<style>
span { border-color: #BCDFF4; }
span { border-color: rgb(188,223,244); }
td.TdClassName
{
border-color: #BCDFF4;
}
.TagClassName
{
border-color: #BCDFF4;
}
</style>