#BAE1EE

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

Shades of Onahau #BAE1EE

Tints of Onahau #BAE1EE

Color information

#BAE1EE (or 0xBAE1EE) is unknown color: approx Onahau. HEX triplet: BA, E1 and EE. RGB value is (186,225,238). Sum of RGB (Red+Green+Blue) = 186+225+238=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1EE is #451E11. Grayscale: #D6D6D6. Windows color (decimal): -4529682 or 15655354. OLE color: 15655354.

HSL color Cylindrical-coordinate representation of color #BAE1EE: hue angle of 195º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAE1EE is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186225238-
CMYK0.220.0500.07
HSL195º60.47%83.14%-
HSV(B)195º21.85%93.33%-
XYZ62.6170.4691.19-
YUV214.82141.08107.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=28.66%
G=34.67%
B=36.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862252380.220.0500.0719560.4783.14
HexBAE1EE16507c33c53
Octal2723413562650730374123
Binary101110101110000111101110101101010111110000111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1EE; }

 p { color: rgb(186,225,238); }

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

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

 a { background-color: rgb(186,225,238); }

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

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

 span { border-color: rgb(186,225,238); }

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