Html Css Color HEX #BAE3EA Onahau

📋 copy color: '#BAE3EA'

red 186 ◦ green 227 ◦ blue 234

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

Shades of Onahau #BAE3EA

Tints of Onahau #BAE3EA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.09%

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

R = 28.75%
G = 35.09%
B = 36.17%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAE3EA (or 0xBAE3EA) is known color: Onahau. HEX triplet: BA, E3 and EA. RGB value is (186,227,234). Sum of RGB (Red+Green+Blue) = 186+227+234=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 227 (89.06% from 255 or 35.09% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE3EA is #451C15. Grayscale: #D7D7D7. Windows color (decimal): -4529174 or 15393722. OLE color: 15393722.

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

Color convert

RGB 186 227 234 -
CMYK 0.21 0.03 0 0.08
HSL 188.75º 0.53% 0.82% -
HSV(B) 188.75º 0.21% 0.92% -
XYZ 62.57 71.32 88.31 -
YUV 215.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 186 227 234 0.21 0.03 0 0.08 188.75 0.53 0.82
Hex BA E3 EA 15 3 0 8 BD 35 52
Octal 272 343 352 25 3 0 10 275 65 122
Binary 10111010 11100011 11101010 10101 11 0 1000 10111101 110101 1010010

Color Harmonies of #BAE3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE3EA

Black with #BAE3EA

Text Example


Text Example

White with #BAE3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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