#BAEBF6

Color #BAEBF6 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BAEBF6

Tints of Onahau #BAEBF6

Color information

#BAEBF6 (or 0xBAEBF6) is unknown color: approx Onahau. HEX triplet: BA, EB and F6. RGB value is (186,235,246). Sum of RGB (Red+Green+Blue) = 186+235+246=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 246 (96.48% from 255 or 36.88% from 667); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAEBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBF6 is #451409. Grayscale: #DDDDDD. Windows color (decimal): -4527114 or 16182202. OLE color: 16182202.

HSL color Cylindrical-coordinate representation of color #BAEBF6: hue angle of 191º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAEBF6 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186235246-
CMYK0.240.0400.04
HSL191º76.92%84.71%-
HSV(B)191º24.39%96.47%-
XYZ66.5976.5198.45-
YUV221.6141.77102.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 27.89%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 246 (96.48% from 255) = 36.88%
R=27.89%
G=35.23%
B=36.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862352460.240.0400.0419176.9284.71
HexBAEBF618404bf4d55
Octal27235336630404277115125
Binary1011101011101011111101101100010001001011111110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBF6; }

 p { color: rgb(186,235,246); }

 H1.HeaderClassName
 {
   color: #BAEBF6;
 }
 .AnyTagClassName
 {
   color: #BAEBF6;
 }
</style>
background-color css

<style>
 a { background-color: #BAEBF6; }

 a { background-color: rgb(186,235,246); }

 div.DivClassName
 {
   background-color: #BAEBF6;
 }
 .BgClassName
 {
   background-color: #BAEBF6;
 }
</style>
border-color css

<style>
 span { border-color: #BAEBF6; }

 span { border-color: rgb(186,235,246); }

 td.TdClassName
 {
   border-color: #BAEBF6;
 }
 .TagClassName
 {
   border-color: #BAEBF6;
 }
</style>