#BAEFFC

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

Shades of Onahau #BAEFFC

Tints of Onahau #BAEFFC

Color information

#BAEFFC (or 0xBAEFFC) is unknown color: approx Onahau. HEX triplet: BA, EF and FC. RGB value is (186,239,252). Sum of RGB (Red+Green+Blue) = 186+239+252=677 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.47% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAEFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEFFC is #451003. Grayscale: #E0E0E0. Windows color (decimal): -4526084 or 16576442. OLE color: 16576442.

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

Color convert

RGB186239252-
CMYK0.260.0500.01
HSL191.82º91.67%85.88%-
HSV(B)191.82º26.19%98.82%-
XYZ68.6979.2103.76-
YUV224.64143.44100.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.47%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=27.47%
G=35.30%
B=37.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862392520.260.0500.01191.8291.6785.88
HexBAEFFC1A501c05c56
Octal27235737432501300134126
Binary10111010111011111111110011010101011100000010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFFC; }

 p { color: rgb(186,239,252); }

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

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

 a { background-color: rgb(186,239,252); }

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

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

 span { border-color: rgb(186,239,252); }

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