#BAEBF8

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

Shades of Onahau #BAEBF8

Tints of Onahau #BAEBF8

Color information

#BAEBF8 (or 0xBAEBF8) is unknown color: approx Onahau. HEX triplet: BA, EB and F8. RGB value is (186,235,248). Sum of RGB (Red+Green+Blue) = 186+235+248=669 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.80% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 248 (97.27% from 255 or 37.07% from 669); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAEBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBF8 is #451407. Grayscale: #DDDDDD. Windows color (decimal): -4527112 or 16313274. OLE color: 16313274.

HSL color Cylindrical-coordinate representation of color #BAEBF8: hue angle of 192.58º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAEBF8 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186235248-
CMYK0.250.0500.03
HSL192.58º81.58%85.1%-
HSV(B)192.58º25%97.25%-
XYZ66.976.63100.07-
YUV221.83142.77102.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.80%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 248 (97.27% from 255) = 37.07%
R=27.80%
G=35.13%
B=37.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862352480.250.0500.03192.5881.5885.1
HexBAEBF819503c15255
Octal27235337031503301122125
Binary101110101110101111111000110011010111100000110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBF8; }

 p { color: rgb(186,235,248); }

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

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

 a { background-color: rgb(186,235,248); }

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

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

 span { border-color: rgb(186,235,248); }

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