#BAEBFE

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

Shades of Onahau #BAEBFE

Tints of Onahau #BAEBFE

Color information

#BAEBFE (or 0xBAEBFE) is unknown color: approx Onahau. HEX triplet: BA, EB and FE. RGB value is (186,235,254). Sum of RGB (Red+Green+Blue) = 186+235+254=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBFE is #451401. Grayscale: #DEDEDE. Windows color (decimal): -4527106 or 16706490. OLE color: 16706490.

HSL color Cylindrical-coordinate representation of color #BAEBFE: hue angle of 196.76º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAEBFE is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186235254-
CMYK0.270.0700.00
HSL196.76º97.14%86.27%-
HSV(B)196.76º26.77%99.61%-
XYZ67.8577.01105.05-
YUV222.52145.77101.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.56%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=27.56%
G=34.81%
B=37.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862352540.270.0700.00196.7697.1486.27
HexBAEBFE1B700c56156
Octal27235337633700305141126
Binary10111010111010111111111011011111001100010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBFE; }

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

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

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

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

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

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

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

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