#BAEAFF

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

Shades of Onahau #BAEAFF

Tints of Onahau #BAEAFF

Color information

#BAEAFF (or 0xBAEAFF) is unknown color: approx Onahau. HEX triplet: BA, EA and FF. RGB value is (186,234,255). Sum of RGB (Red+Green+Blue) = 186+234+255=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAFF is #451500. Grayscale: #DDDDDD. Windows color (decimal): -4527361 or 16771770. OLE color: 16771770.

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

Color convert

RGB186234255-
CMYK0.270.0800
HSL198.26º100%86.47%-
HSV(B)198.26º27.06%100%-
XYZ67.7276.5105.81-
YUV222.04146.6102.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.56%
GREEN value IS 234 (91.80% from 255) = 34.67%
BLUE value IS 255 (100% from 255) = 37.78%
R=27.56%
G=34.67%
B=37.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862342550.270.0800198.2610086.47
HexBAEAFF1B800c66456
Octal272352377331000306144126
Binary101110101110101011111111110111000001100011011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAFF; }

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

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

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

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

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

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

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

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