Html Css Color HEX #BAE4EA Onahau

📋 copy color: '#BAE4EA'

red 186 ◦ green 228 ◦ blue 234

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

Shades of Onahau #BAE4EA

Tints of Onahau #BAE4EA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.19%

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

R = 28.7%
G = 35.19%
B = 36.11%

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

#BAE4EA (or 0xBAE4EA) is known color: Onahau. HEX triplet: BA, E4 and EA. RGB value is (186,228,234). Sum of RGB (Red+Green+Blue) = 186+228+234=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE4EA is #451B15. Grayscale: #D8D8D8. Windows color (decimal): -4528918 or 15393978. OLE color: 15393978.

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

Color convert

RGB 186 228 234 -
CMYK 0.21 0.03 0 0.08
HSL 187.5º 0.53% 0.82% -
HSV(B) 187.5º 0.21% 0.92% -
XYZ 62.84 71.87 88.4 -
YUV 216.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 186 228 234 0.21 0.03 0 0.08 187.5 0.53 0.82
Hex BA E4 EA 15 3 0 8 BC 35 52
Octal 272 344 352 25 3 0 10 274 65 122
Binary 10111010 11100100 11101010 10101 11 0 1000 10111100 110101 1010010

Color Harmonies of #BAE4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE4EA

Black with #BAE4EA

Text Example


Text Example

White with #BAE4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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