#BAEFFB

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

Shades of Onahau #BAEFFB

Tints of Onahau #BAEFFB

Color information

#BAEFFB (or 0xBAEFFB) is unknown color: approx Onahau. HEX triplet: BA, EF and FB. RGB value is (186,239,251). Sum of RGB (Red+Green+Blue) = 186+239+251=676 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.51% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFFB is #451004. Grayscale: #E0E0E0. Windows color (decimal): -4526085 or 16510906. OLE color: 16510906.

HSL color Cylindrical-coordinate representation of color #BAEFFB: hue angle of 191.08º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAEFFB is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186239251-
CMYK0.260.0500.02
HSL191.08º89.04%85.69%-
HSV(B)191.08º25.9%98.43%-
XYZ68.5379.14102.93-
YUV224.52142.94100.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.51%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=27.51%
G=35.36%
B=37.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862392510.260.0500.02191.0889.0485.69
HexBAEFFB1A502bf5956
Octal27235737332502277131126
Binary101110101110111111111011110101010101011111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFFB; }

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

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

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

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

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

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

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

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