#BAE6FE

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

Shades of Onahau #BAE6FE

Tints of Onahau #BAE6FE

Color information

#BAE6FE (or 0xBAE6FE) is unknown color: approx Onahau. HEX triplet: BA, E6 and FE. RGB value is (186,230,254). Sum of RGB (Red+Green+Blue) = 186+230+254=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6FE is #451901. Grayscale: #DBDBDB. Windows color (decimal): -4528386 or 16705210. OLE color: 16705210.

HSL color Cylindrical-coordinate representation of color #BAE6FE: hue angle of 201.18º 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 #BAE6FE is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186230254-
CMYK0.270.0900.00
HSL201.18º97.14%86.27%-
HSV(B)201.18º26.77%99.61%-
XYZ66.4474.19104.58-
YUV219.58147.42104.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.76%
GREEN value IS 230 (90.23% from 255) = 34.33%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=27.76%
G=34.33%
B=37.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862302540.270.0900.00201.1897.1486.27
HexBAE6FE1B900c96156
Octal272346376331100311141126
Binary101110101110011011111110110111001001100100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6FE; }

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

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

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

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

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

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

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

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