#BAEDFD

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

Shades of Onahau #BAEDFD

Tints of Onahau #BAEDFD

Color information

#BAEDFD (or 0xBAEDFD) is unknown color: approx Onahau. HEX triplet: BA, ED and FD. RGB value is (186,237,253). Sum of RGB (Red+Green+Blue) = 186+237+253=676 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.51% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEDFD is #451202. Grayscale: #DFDFDF. Windows color (decimal): -4526595 or 16641466. OLE color: 16641466.

HSL color Cylindrical-coordinate representation of color #BAEDFD: hue angle of 194.33º 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 #BAEDFD is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186237253-
CMYK0.260.0600.01
HSL194.33º94.37%86.08%-
HSV(B)194.33º26.48%99.22%-
XYZ68.2678.1104.41-
YUV223.58144.6101.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.51%
GREEN value IS 237 (92.97% from 255) = 35.06%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=27.51%
G=35.06%
B=37.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862372530.260.0600.01194.3394.3786.08
HexBAEDFD1A601c25e56
Octal27235537532601302136126
Binary10111010111011011111110111010110011100001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDFD; }

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

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

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

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

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

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

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

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