Shades of Onahau #BFDAE2
Tints of Onahau #BFDAE2
RGB
CMYK
RGB Variations
Color information
#BFDAE2 (or 0xBFDAE2) is known color: Onahau. HEX triplet: BF, DA and E2. RGB value is (191,218,226). Sum of RGB (Red+Green+Blue) = 191+218+226=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #BFDAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAE2 is #40251D. Grayscale: #D2D2D2. Windows color (decimal): -4203806 or 14867135. OLE color: 14867135.
HSL color Cylindrical-coordinate representation of color #BFDAE2: hue angle of 193.71º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFDAE2 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 191 | 218 | 226 | - |
CMYK | 0.15 | 0.04 | 0 | 0.11 |
HSL | 193.71º | 0.38% | 0.82% | - |
HSV(B) | 193.71º | 0.15% | 0.89% | - |
XYZ | 60.28 | 66.71 | 81.65 | - |
YUV | 210.84 | 136.55 | 113.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 218 | 226 | 0.15 | 0.04 | 0 | 0.11 | 193.71 | 0.38 | 0.82 |
Hex | BF | DA | E2 | F | 4 | 0 | B | C2 | 26 | 52 |
Octal | 277 | 332 | 342 | 17 | 4 | 0 | 13 | 302 | 46 | 122 |
Binary | 10111111 | 11011010 | 11100010 | 1111 | 100 | 0 | 1011 | 11000010 | 100110 | 1010010 |
Color Harmonies of #BFDAE2
Complementary color
Monochromatic Colors of #BFDAE2
Black with #BFDAE2
Text Example
Text Example
White with #BFDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDAE2; }
p { color: rgb(191,218,226); }
H1.HeaderClassName
{
color: #BFDAE2;
}
.AnyTagClassName
{
color: #BFDAE2;
}
</style>
background-color css
<style>
a { background-color: #BFDAE2; }
a { background-color: rgb(191,218,226); }
div.DivClassName
{
background-color: #BFDAE2;
}
.BgClassName
{
background-color: #BFDAE2;
}
</style>
border-color css
<style>
span { border-color: #BFDAE2; }
span { border-color: rgb(191,218,226); }
td.TdClassName
{
border-color: #BFDAE2;
}
.TagClassName
{
border-color: #BFDAE2;
}
</style>