#BAEAEE

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

Shades of Onahau #BAEAEE

Tints of Onahau #BAEAEE

Color information

#BAEAEE (or 0xBAEAEE) is unknown color: approx Onahau. HEX triplet: BA, EA and EE. RGB value is (186,234,238). Sum of RGB (Red+Green+Blue) = 186+234+238=658 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.27% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAEE is #451511. Grayscale: #DCDCDC. Windows color (decimal): -4527378 or 15657658. OLE color: 15657658.

HSL color Cylindrical-coordinate representation of color #BAEAEE: hue angle of 184.62º 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 #BAEAEE is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186234238-
CMYK0.220.0200.07
HSL184.62º60.47%83.14%-
HSV(B)184.62º21.85%93.33%-
XYZ65.1175.4692.02-
YUV220.1138.1103.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.27%
GREEN value IS 234 (91.80% from 255) = 35.56%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=28.27%
G=35.56%
B=36.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862342380.220.0200.07184.6260.4783.14
HexBAEAEE16207b93c53
Octal2723523562620727174123
Binary10111010111010101110111010110100111101110011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAEE; }

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

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

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

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

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

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

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

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