Html Css Color HEX #BAE4EE Onahau

📋 copy color: '#BAE4EE'

red 186 ◦ green 228 ◦ blue 238

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

Shades of Onahau #BAE4EE

Tints of Onahau #BAE4EE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.97%

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

R = 28.53%
G = 34.97%
B = 36.5%

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

#BAE4EE (or 0xBAE4EE) is known color: Onahau. HEX triplet: BA, E4 and EE. RGB value is (186,228,238). Sum of RGB (Red+Green+Blue) = 186+228+238=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE4EE is #451B11. Grayscale: #D8D8D8. Windows color (decimal): -4528914 or 15656122. OLE color: 15656122.

HSL color Cylindrical-coordinate representation of color #BAE4EE: hue angle of 191.54º 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 #BAE4EE is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 228 238 -
CMYK 0.22 0.04 0 0.07
HSL 191.54º 0.6% 0.83% -
HSV(B) 191.54º 0.22% 0.93% -
XYZ 63.43 72.1 91.46 -
YUV 216.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 186 228 238 0.22 0.04 0 0.07 191.54 0.6 0.83
Hex BA E4 EE 16 4 0 7 C0 3C 53
Octal 272 344 356 26 4 0 7 300 74 123
Binary 10111010 11100100 11101110 10110 100 0 111 11000000 111100 1010011

Color Harmonies of #BAE4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE4EE

Black with #BAE4EE

Text Example


Text Example

White with #BAE4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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