#BAEAF1

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

Shades of Onahau #BAEAF1

Tints of Onahau #BAEAF1

Color information

#BAEAF1 (or 0xBAEAF1) is unknown color: approx Onahau. HEX triplet: BA, EA and F1. RGB value is (186,234,241). Sum of RGB (Red+Green+Blue) = 186+234+241=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAEAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAF1 is #45150E. Grayscale: #DCDCDC. Windows color (decimal): -4527375 or 15854266. OLE color: 15854266.

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

Color convert

RGB186234241-
CMYK0.230.0300.05
HSL187.64º66.27%83.73%-
HSV(B)187.64º22.82%94.51%-
XYZ65.5575.6494.36-
YUV220.45139.6103.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.14%
GREEN value IS 234 (91.80% from 255) = 35.40%
BLUE value IS 241 (94.53% from 255) = 36.46%
R=28.14%
G=35.40%
B=36.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862342410.230.0300.05187.6466.2783.73
HexBAEAF117305bc4254
Octal27235236127305274102124
Binary101110101110101011110001101111101011011110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAF1; }

 p { color: rgb(186,234,241); }

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

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

 a { background-color: rgb(186,234,241); }

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

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

 span { border-color: rgb(186,234,241); }

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