#BAE2F2

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

Shades of Onahau #BAE2F2

Tints of Onahau #BAE2F2

Color information

#BAE2F2 (or 0xBAE2F2) is unknown color: approx Onahau. HEX triplet: BA, E2 and F2. RGB value is (186,226,242). Sum of RGB (Red+Green+Blue) = 186+226+242=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAE2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE2F2 is #451D0D. Grayscale: #D7D7D7. Windows color (decimal): -4529422 or 15917754. OLE color: 15917754.

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

Color convert

RGB186226242-
CMYK0.230.0700.05
HSL197.14º68.29%83.92%-
HSV(B)197.14º23.14%94.9%-
XYZ63.4771.2494.41-
YUV215.86142.75106.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.44%
GREEN value IS 226 (88.67% from 255) = 34.56%
BLUE value IS 242 (94.92% from 255) = 37.00%
R=28.44%
G=34.56%
B=37.00%

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
Decimal1862262420.230.0700.05197.1468.2983.92
HexBAE2F217705c54454
Octal27234236227705305104124
Binary1011101011100010111100101011111101011100010110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE2F2; }

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

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

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

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

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

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

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

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