Html Css Color HEX #BAE5EC Onahau

📋 copy color: '#BAE5EC'

red 186 ◦ green 229 ◦ blue 236

#BAE5EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #BAE5EC

Tints of Onahau #BAE5EC

RGB

 RED value IS 186 (73.05% from 255) = 28.57%

 GREEN value IS 229 (89.84% from 255) = 35.18%

 BLUE value IS 236 (92.58% from 255) = 36.25%

R = 28.57%
G = 35.18%
B = 36.25%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAE5EC (or 0xBAE5EC) is known color: Onahau. HEX triplet: BA, E5 and EC. RGB value is (186,229,236). Sum of RGB (Red+Green+Blue) = 186+229+236=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5EC is #451A13. Grayscale: #D8D8D8. Windows color (decimal): -4528660 or 15525306. OLE color: 15525306.

HSL color Cylindrical-coordinate representation of color #BAE5EC: hue angle of 188.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE5EC is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 229 236 -
CMYK 0.21 0.03 0 0.07
HSL 188.4º 0.57% 0.83% -
HSV(B) 188.4º 0.21% 0.93% -
XYZ 63.41 72.53 90.02 -
YUV 216.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 186 229 236 0.21 0.03 0 0.07 188.4 0.57 0.83
Hex BA E5 EC 15 3 0 7 BC 39 53
Octal 272 345 354 25 3 0 7 274 71 123
Binary 10111010 11100101 11101100 10101 11 0 111 10111100 111001 1010011

Color Harmonies of #BAE5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5EC

Black with #BAE5EC

Text Example


Text Example

White with #BAE5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5EC; }

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

 H1.HeaderClassName
 {
   color: #BAE5EC;
 }
 .AnyTagClassName
 {
   color: #BAE5EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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