Html Css Color HEX #BAE5EE Onahau

📋 copy color: '#BAE5EE'

red 186 ◦ green 229 ◦ blue 238

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

Shades of Onahau #BAE5EE

Tints of Onahau #BAE5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.45%

R = 28.48%
G = 35.07%
B = 36.45%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAE5EE (or 0xBAE5EE) is known color: Onahau. HEX triplet: BA, E5 and EE. RGB value is (186,229,238). Sum of RGB (Red+Green+Blue) = 186+229+238=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5EE is #451A11. Grayscale: #D9D9D9. Windows color (decimal): -4528658 or 15656378. OLE color: 15656378.

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

Color convert

RGB 186 229 238 -
CMYK 0.22 0.04 0 0.07
HSL 190.38º 0.6% 0.83% -
HSV(B) 190.38º 0.22% 0.93% -
XYZ 63.7 72.65 91.55 -
YUV 217.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 186 229 238 0.22 0.04 0 0.07 190.38 0.6 0.83
Hex BA E5 EE 16 4 0 7 BE 3C 53
Octal 272 345 356 26 4 0 7 276 74 123
Binary 10111010 11100101 11101110 10110 100 0 111 10111110 111100 1010011

Color Harmonies of #BAE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5EE

Black with #BAE5EE

Text Example


Text Example

White with #BAE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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