Html Css Color HEX #BAE4EC Onahau

📋 copy color: '#BAE4EC'

red 186 ◦ green 228 ◦ blue 236

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

Shades of Onahau #BAE4EC

Tints of Onahau #BAE4EC

RGB

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

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

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

R = 28.62%
G = 35.08%
B = 36.31%

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

#BAE4EC (or 0xBAE4EC) is known color: Onahau. HEX triplet: BA, E4 and EC. RGB value is (186,228,236). Sum of RGB (Red+Green+Blue) = 186+228+236=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE4EC is #451B13. Grayscale: #D8D8D8. Windows color (decimal): -4528916 or 15525050. OLE color: 15525050.

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

Color convert

RGB 186 228 236 -
CMYK 0.21 0.03 0 0.07
HSL 189.6º 0.57% 0.83% -
HSV(B) 189.6º 0.21% 0.93% -
XYZ 63.13 71.98 89.92 -
YUV 216.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 186 228 236 0.21 0.03 0 0.07 189.6 0.57 0.83
Hex BA E4 EC 15 3 0 7 BE 39 53
Octal 272 344 354 25 3 0 7 276 71 123
Binary 10111010 11100100 11101100 10101 11 0 111 10111110 111001 1010011

Color Harmonies of #BAE4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE4EC

Black with #BAE4EC

Text Example


Text Example

White with #BAE4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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