#BAECFD

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

Shades of Onahau #BAECFD

Tints of Onahau #BAECFD

Color information

#BAECFD (or 0xBAECFD) is unknown color: approx Onahau. HEX triplet: BA, EC and FD. RGB value is (186,236,253). Sum of RGB (Red+Green+Blue) = 186+236+253=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECFD is #451302. Grayscale: #DEDEDE. Windows color (decimal): -4526851 or 16641210. OLE color: 16641210.

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

Color convert

RGB186236253-
CMYK0.260.0700.01
HSL195.22º94.37%86.08%-
HSV(B)195.22º26.48%99.22%-
XYZ67.9777.52104.31-
YUV222.99144.94101.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.56%
GREEN value IS 236 (92.58% from 255) = 34.96%
BLUE value IS 253 (99.22% from 255) = 37.48%
R=27.56%
G=34.96%
B=37.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862362530.260.0700.01195.2294.3786.08
HexBAECFD1A701c35e56
Octal27235437532701303136126
Binary10111010111011001111110111010111011100001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECFD; }

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

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

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

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

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

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

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

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