#BAE5FF

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

Shades of Onahau #BAE5FF

Tints of Onahau #BAE5FF

Color information

#BAE5FF (or 0xBAE5FF) is unknown color: approx Onahau. HEX triplet: BA, E5 and FF. RGB value is (186,229,255). Sum of RGB (Red+Green+Blue) = 186+229+255=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5FF is #451A00. Grayscale: #DADADA. Windows color (decimal): -4528641 or 16770490. OLE color: 16770490.

HSL color Cylindrical-coordinate representation of color #BAE5FF: hue angle of 202.61º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAE5FF is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186229255-
CMYK0.270.1000
HSL202.61º100%86.47%-
HSV(B)202.61º27.06%100%-
XYZ66.3273.7105.34-
YUV219.11148.25104.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.76%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 255 (100% from 255) = 38.06%
R=27.76%
G=34.18%
B=38.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862292550.270.1000202.6110086.47
HexBAE5FF1BA00cb6456
Octal272345377331200313144126
Binary101110101110010111111111110111010001100101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5FF; }

 p { color: rgb(186,229,255); }

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

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

 a { background-color: rgb(186,229,255); }

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

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

 span { border-color: rgb(186,229,255); }

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