#BAEBF3

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

Shades of Onahau #BAEBF3

Tints of Onahau #BAEBF3

Color information

#BAEBF3 (or 0xBAEBF3) is unknown color: approx Onahau. HEX triplet: BA, EB and F3. RGB value is (186,235,243). Sum of RGB (Red+Green+Blue) = 186+235+243=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAEBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBF3 is #45140C. Grayscale: #DDDDDD. Windows color (decimal): -4527117 or 15985594. OLE color: 15985594.

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

Color convert

RGB186235243-
CMYK0.230.0300.05
HSL188.42º70.37%84.12%-
HSV(B)188.42º23.46%95.29%-
XYZ66.1476.3396.04-
YUV221.26140.27102.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.01%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 243 (95.31% from 255) = 36.60%
R=28.01%
G=35.39%
B=36.60%

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
Decimal1862352430.230.0300.05188.4270.3784.12
HexBAEBF317305bc4654
Octal27235336327305274106124
Binary101110101110101111110011101111101011011110010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBF3; }

 p { color: rgb(186,235,243); }

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

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

 a { background-color: rgb(186,235,243); }

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

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

 span { border-color: rgb(186,235,243); }

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