#BAE9FD

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

Shades of Onahau #BAE9FD

Tints of Onahau #BAE9FD

Color information

#BAE9FD (or 0xBAE9FD) is unknown color: approx Onahau. HEX triplet: BA, E9 and FD. RGB value is (186,233,253). Sum of RGB (Red+Green+Blue) = 186+233+253=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAE9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9FD is #451602. Grayscale: #DDDDDD. Windows color (decimal): -4527619 or 16640442. OLE color: 16640442.

HSL color Cylindrical-coordinate representation of color #BAE9FD: hue angle of 197.91º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAE9FD is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186233253-
CMYK0.260.0800.01
HSL197.91º94.37%86.08%-
HSV(B)197.91º26.48%99.22%-
XYZ67.1275.81104.02-
YUV221.23145.93102.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.68%
GREEN value IS 233 (91.41% from 255) = 34.67%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=27.68%
G=34.67%
B=37.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862332530.260.0800.01197.9194.3786.08
HexBAE9FD1A801c65e56
Octal272351375321001306136126
Binary101110101110100111111101110101000011100011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9FD; }

 p { color: rgb(186,233,253); }

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

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

 a { background-color: rgb(186,233,253); }

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

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

 span { border-color: rgb(186,233,253); }

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