Html Css Color HEX #BAE6EC Onahau

📋 copy color: '#BAE6EC'

red 186 ◦ green 230 ◦ blue 236

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

Shades of Onahau #BAE6EC

Tints of Onahau #BAE6EC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.28%

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

R = 28.53%
G = 35.28%
B = 36.2%

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

#BAE6EC (or 0xBAE6EC) is known color: Onahau. HEX triplet: BA, E6 and EC. RGB value is (186,230,236). Sum of RGB (Red+Green+Blue) = 186+230+236=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAE6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6EC is #451913. Grayscale: #D9D9D9. Windows color (decimal): -4528404 or 15525562. OLE color: 15525562.

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

Color convert

RGB 186 230 236 -
CMYK 0.21 0.03 0 0.07
HSL 187.2º 0.57% 0.83% -
HSV(B) 187.2º 0.21% 0.93% -
XYZ 63.69 73.09 90.11 -
YUV 217.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 186 230 236 0.21 0.03 0 0.07 187.2 0.57 0.83
Hex BA E6 EC 15 3 0 7 BB 39 53
Octal 272 346 354 25 3 0 7 273 71 123
Binary 10111010 11100110 11101100 10101 11 0 111 10111011 111001 1010011

Color Harmonies of #BAE6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6EC

Black with #BAE6EC

Text Example


Text Example

White with #BAE6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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