Html Css Color HEX #BAE1EA Onahau

📋 copy color: '#BAE1EA'

red 186 ◦ green 225 ◦ blue 234

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

Shades of Onahau #BAE1EA

Tints of Onahau #BAE1EA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.88%

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

R = 28.84%
G = 34.88%
B = 36.28%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAE1EA (or 0xBAE1EA) is known color: Onahau. HEX triplet: BA, E1 and EA. RGB value is (186,225,234). Sum of RGB (Red+Green+Blue) = 186+225+234=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAE1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1EA is #451E15. Grayscale: #D6D6D6. Windows color (decimal): -4529686 or 15393210. OLE color: 15393210.

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

Color convert

RGB 186 225 234 -
CMYK 0.21 0.04 0 0.08
HSL 191.25º 0.53% 0.82% -
HSV(B) 191.25º 0.21% 0.92% -
XYZ 62.03 70.23 88.13 -
YUV 214.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 186 225 234 0.21 0.04 0 0.08 191.25 0.53 0.82
Hex BA E1 EA 15 4 0 8 BF 35 52
Octal 272 341 352 25 4 0 10 277 65 122
Binary 10111010 11100001 11101010 10101 100 0 1000 10111111 110101 1010010

Color Harmonies of #BAE1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1EA

Black with #BAE1EA

Text Example


Text Example

White with #BAE1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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