#BAEBF4

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

Shades of Onahau #BAEBF4

Tints of Onahau #BAEBF4

Color information

#BAEBF4 (or 0xBAEBF4) is unknown color: approx Onahau. HEX triplet: BA, EB and F4. RGB value is (186,235,244). Sum of RGB (Red+Green+Blue) = 186+235+244=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAEBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBF4 is #45140B. Grayscale: #DDDDDD. Windows color (decimal): -4527116 or 16051130. OLE color: 16051130.

HSL color Cylindrical-coordinate representation of color #BAEBF4: hue angle of 189.31º degrees, saturation: 0.72, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAEBF4 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186235244-
CMYK0.240.0400.04
HSL189.31º72.5%84.31%-
HSV(B)189.31º23.77%95.69%-
XYZ66.2976.3996.84-
YUV221.38140.77102.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.97%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 244 (95.70% from 255) = 36.69%
R=27.97%
G=35.34%
B=36.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862352440.240.0400.04189.3172.584.31
HexBAEBF418404bd4854
Octal27235336430404275110124
Binary1011101011101011111101001100010001001011110110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBF4; }

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

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

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

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

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

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

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

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