#BAE6F8

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

Shades of Onahau #BAE6F8

Tints of Onahau #BAE6F8

Color information

#BAE6F8 (or 0xBAE6F8) is unknown color: approx Onahau. HEX triplet: BA, E6 and F8. RGB value is (186,230,248). Sum of RGB (Red+Green+Blue) = 186+230+248=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAE6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6F8 is #451907. Grayscale: #DADADA. Windows color (decimal): -4528392 or 16311994. OLE color: 16311994.

HSL color Cylindrical-coordinate representation of color #BAE6F8: hue angle of 197.42º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE6F8 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186230248-
CMYK0.250.0700.03
HSL197.42º81.58%85.1%-
HSV(B)197.42º25%97.25%-
XYZ65.4973.8199.6-
YUV218.9144.42104.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.01%
GREEN value IS 230 (90.23% from 255) = 34.64%
BLUE value IS 248 (97.27% from 255) = 37.35%
R=28.01%
G=34.64%
B=37.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862302480.250.0700.03197.4281.5885.1
HexBAE6F819703c55255
Octal27234637031703305122125
Binary101110101110011011111000110011110111100010110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6F8; }

 p { color: rgb(186,230,248); }

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

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

 a { background-color: rgb(186,230,248); }

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

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

 span { border-color: rgb(186,230,248); }

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