#BAEFF6

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

Shades of Onahau #BAEFF6

Tints of Onahau #BAEFF6

Color information

#BAEFF6 (or 0xBAEFF6) is unknown color: approx Onahau. HEX triplet: BA, EF and F6. RGB value is (186,239,246). Sum of RGB (Red+Green+Blue) = 186+239+246=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFF6 is #451009. Grayscale: #DFDFDF. Windows color (decimal): -4526090 or 16183226. OLE color: 16183226.

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

Color convert

RGB186239246-
CMYK0.240.0300.04
HSL187º76.92%84.71%-
HSV(B)187º24.39%96.47%-
XYZ67.7578.8398.83-
YUV223.95140.44100.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.72%
GREEN value IS 239 (93.75% from 255) = 35.62%
BLUE value IS 246 (96.48% from 255) = 36.66%
R=27.72%
G=35.62%
B=36.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862392460.240.0300.0418776.9284.71
HexBAEFF618304bb4d55
Octal27235736630304273115125
Binary101110101110111111110110110001101001011101110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFF6; }

 p { color: rgb(186,239,246); }

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

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

 a { background-color: rgb(186,239,246); }

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

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

 span { border-color: rgb(186,239,246); }

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