Html Css Color HEX #BAE9EC Onahau

📋 copy color: '#BAE9EC'

red 186 ◦ green 233 ◦ blue 236

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

Shades of Onahau #BAE9EC

Tints of Onahau #BAE9EC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.57%

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

R = 28.4%
G = 35.57%
B = 36.03%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAE9EC (or 0xBAE9EC) is known color: Onahau. HEX triplet: BA, E9 and EC. RGB value is (186,233,236). Sum of RGB (Red+Green+Blue) = 186+233+236=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9EC is #451613. Grayscale: #DBDBDB. Windows color (decimal): -4527636 or 15526330. OLE color: 15526330.

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

Color convert

RGB 186 233 236 -
CMYK 0.21 0.01 0 0.07
HSL 183.6º 0.57% 0.83% -
HSV(B) 183.6º 0.21% 0.93% -
XYZ 64.53 74.77 90.39 -
YUV 219.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 186 233 236 0.21 0.01 0 0.07 183.6 0.57 0.83
Hex BA E9 EC 15 1 0 7 B8 39 53
Octal 272 351 354 25 1 0 7 270 71 123
Binary 10111010 11101001 11101100 10101 1 0 111 10111000 111001 1010011

Color Harmonies of #BAE9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9EC

Black with #BAE9EC

Text Example


Text Example

White with #BAE9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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