#BAE0F2

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

Shades of Onahau #BAE0F2

Tints of Onahau #BAE0F2

Color information

#BAE0F2 (or 0xBAE0F2) is unknown color: approx Onahau. HEX triplet: BA, E0 and F2. RGB value is (186,224,242). Sum of RGB (Red+Green+Blue) = 186+224+242=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAE0F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0F2 is #451F0D. Grayscale: #D6D6D6. Windows color (decimal): -4529934 or 15917242. OLE color: 15917242.

HSL color Cylindrical-coordinate representation of color #BAE0F2: hue angle of 199.29º degrees, saturation: 0.68, 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 #BAE0F2 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186224242-
CMYK0.230.0700.05
HSL199.29º68.29%83.92%-
HSV(B)199.29º23.14%94.9%-
XYZ62.9370.1694.23-
YUV214.69143.41107.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.53%
GREEN value IS 224 (87.89% from 255) = 34.36%
BLUE value IS 242 (94.92% from 255) = 37.12%
R=28.53%
G=34.36%
B=37.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862242420.230.0700.05199.2968.2983.92
HexBAE0F217705c74454
Octal27234036227705307104124
Binary1011101011100000111100101011111101011100011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0F2; }

 p { color: rgb(186,224,242); }

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

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

 a { background-color: rgb(186,224,242); }

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

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

 span { border-color: rgb(186,224,242); }

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