#BAECFF

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

Shades of Onahau #BAECFF

Tints of Onahau #BAECFF

Color information

#BAECFF (or 0xBAECFF) is unknown color: approx Onahau. HEX triplet: BA, EC and FF. RGB value is (186,236,255). Sum of RGB (Red+Green+Blue) = 186+236+255=677 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.47% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECFF is #451300. Grayscale: #DFDFDF. Windows color (decimal): -4526849 or 16772282. OLE color: 16772282.

HSL color Cylindrical-coordinate representation of color #BAECFF: hue angle of 196.52º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAECFF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186236255-
CMYK0.270.0700
HSL196.52º100%86.47%-
HSV(B)196.52º27.06%100%-
XYZ68.377.65106-
YUV223.22145.94101.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.47%
GREEN value IS 236 (92.58% from 255) = 34.86%
BLUE value IS 255 (100% from 255) = 37.67%
R=27.47%
G=34.86%
B=37.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862362550.270.0700196.5210086.47
HexBAECFF1B700c56456
Octal27235437733700305144126
Binary10111010111011001111111111011111001100010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECFF; }

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

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

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

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

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

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

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

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