#BAEBFF

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

Shades of Onahau #BAEBFF

Tints of Onahau #BAEBFF

Color information

#BAEBFF (or 0xBAEBFF) is unknown color: approx Onahau. HEX triplet: BA, EB and FF. RGB value is (186,235,255). Sum of RGB (Red+Green+Blue) = 186+235+255=676 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.51% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBFF is #451400. Grayscale: #DEDEDE. Windows color (decimal): -4527105 or 16772026. OLE color: 16772026.

HSL color Cylindrical-coordinate representation of color #BAEBFF: hue angle of 197.39º 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 #BAEBFF is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186235255-
CMYK0.270.0800
HSL197.39º100%86.47%-
HSV(B)197.39º27.06%100%-
XYZ68.0177.08105.9-
YUV222.63146.27101.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.51%
GREEN value IS 235 (92.19% from 255) = 34.76%
BLUE value IS 255 (100% from 255) = 37.72%
R=27.51%
G=34.76%
B=37.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862352550.270.0800197.3910086.47
HexBAEBFF1B800c56456
Octal272353377331000305144126
Binary101110101110101111111111110111000001100010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBFF; }

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

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

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

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

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

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

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

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