Html Css Color HEX #BAE5EF Onahau

📋 copy color: '#BAE5EF'

red 186 ◦ green 229 ◦ blue 239

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

Shades of Onahau #BAE5EF

Tints of Onahau #BAE5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.54%

R = 28.44%
G = 35.02%
B = 36.54%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAE5EF (or 0xBAE5EF) is known color: Onahau. HEX triplet: BA, E5 and EF. RGB value is (186,229,239). Sum of RGB (Red+Green+Blue) = 186+229+239=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5EF is #451A10. Grayscale: #D9D9D9. Windows color (decimal): -4528657 or 15721914. OLE color: 15721914.

HSL color Cylindrical-coordinate representation of color #BAE5EF: hue angle of 191.32º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAE5EF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 229 239 -
CMYK 0.22 0.04 0 0.06
HSL 191.32º 0.62% 0.83% -
HSV(B) 191.32º 0.22% 0.94% -
XYZ 63.85 72.71 92.33 -
YUV 217.28 140.25 105.69 -
System Red Green Blue C M Y K H S L
Decimal 186 229 239 0.22 0.04 0 0.06 191.32 0.62 0.83
Hex BA E5 EF 16 4 0 6 BF 3E 53
Octal 272 345 357 26 4 0 6 277 76 123
Binary 10111010 11100101 11101111 10110 100 0 110 10111111 111110 1010011

Color Harmonies of #BAE5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5EF

Black with #BAE5EF

Text Example


Text Example

White with #BAE5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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