Html Css Color HEX #BAE6EA Onahau

📋 copy color: '#BAE6EA'

red 186 ◦ green 230 ◦ blue 234

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

Shades of Onahau #BAE6EA

Tints of Onahau #BAE6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36%

R = 28.62%
G = 35.38%
B = 36%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAE6EA (or 0xBAE6EA) is known color: Onahau. HEX triplet: BA, E6 and EA. RGB value is (186,230,234). Sum of RGB (Red+Green+Blue) = 186+230+234=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6EA is #451915. Grayscale: #D9D9D9. Windows color (decimal): -4528406 or 15394490. OLE color: 15394490.

HSL color Cylindrical-coordinate representation of color #BAE6EA: hue angle of 185º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE6EA is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 230 234 -
CMYK 0.21 0.02 0 0.08
HSL 185º 0.53% 0.82% -
HSV(B) 185º 0.21% 0.92% -
XYZ 63.4 72.97 88.59 -
YUV 217.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 186 230 234 0.21 0.02 0 0.08 185 0.53 0.82
Hex BA E6 EA 15 2 0 8 B9 35 52
Octal 272 346 352 25 2 0 10 271 65 122
Binary 10111010 11100110 11101010 10101 10 0 1000 10111001 110101 1010010

Color Harmonies of #BAE6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6EA

Black with #BAE6EA

Text Example


Text Example

White with #BAE6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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