#BAE7F2

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

Shades of Onahau #BAE7F2

Tints of Onahau #BAE7F2

Color information

#BAE7F2 (or 0xBAE7F2) is unknown color: approx Onahau. HEX triplet: BA, E7 and F2. RGB value is (186,231,242). Sum of RGB (Red+Green+Blue) = 186+231+242=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAE7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7F2 is #45180D. Grayscale: #DADADA. Windows color (decimal): -4528142 or 15919034. OLE color: 15919034.

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

Color convert

RGB186231242-
CMYK0.230.0500.05
HSL191.79º68.29%83.92%-
HSV(B)191.79º23.14%94.9%-
XYZ64.857494.87-
YUV218.8141.09104.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.22%
GREEN value IS 231 (90.62% from 255) = 35.05%
BLUE value IS 242 (94.92% from 255) = 36.72%
R=28.22%
G=35.05%
B=36.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862312420.230.0500.05191.7968.2983.92
HexBAE7F217505c04454
Octal27234736227505300104124
Binary1011101011100111111100101011110101011100000010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7F2; }

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

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

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

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

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

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

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

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