#BAE8FF

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

Shades of Onahau #BAE8FF

Tints of Onahau #BAE8FF

Color information

#BAE8FF (or 0xBAE8FF) is unknown color: approx Onahau. HEX triplet: BA, E8 and FF. RGB value is (186,232,255). Sum of RGB (Red+Green+Blue) = 186+232+255=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAE8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8FF is #451700. Grayscale: #DCDCDC. Windows color (decimal): -4527873 or 16771258. OLE color: 16771258.

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

Color convert

RGB186232255-
CMYK0.270.0900
HSL200º100%86.47%-
HSV(B)200º27.06%100%-
XYZ67.1675.37105.62-
YUV220.87147.26103.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.64%
GREEN value IS 232 (91.02% from 255) = 34.47%
BLUE value IS 255 (100% from 255) = 37.89%
R=27.64%
G=34.47%
B=37.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862322550.270.090020010086.47
HexBAE8FF1B900c86456
Octal272350377331100310144126
Binary101110101110100011111111110111001001100100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8FF; }

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

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

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

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

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

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

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

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