#BAE7FF

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

Shades of Onahau #BAE7FF

Tints of Onahau #BAE7FF

Color information

#BAE7FF (or 0xBAE7FF) is unknown color: approx Onahau. HEX triplet: BA, E7 and FF. RGB value is (186,231,255). Sum of RGB (Red+Green+Blue) = 186+231+255=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE7FF is #451800. Grayscale: #DCDCDC. Windows color (decimal): -4528129 or 16771002. OLE color: 16771002.

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

Color convert

RGB186231255-
CMYK0.270.0900
HSL200.87º100%86.47%-
HSV(B)200.87º27.06%100%-
XYZ66.8874.81105.52-
YUV220.28147.59103.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.68%
GREEN value IS 231 (90.62% from 255) = 34.38%
BLUE value IS 255 (100% from 255) = 37.95%
R=27.68%
G=34.38%
B=37.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862312550.270.0900200.8710086.47
HexBAE7FF1B900c96456
Octal272347377331100311144126
Binary101110101110011111111111110111001001100100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7FF; }

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

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

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

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

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

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

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

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