Html Css Color HEX #BAE5E9 Onahau

📋 copy color: '#BAE5E9'

red 186 ◦ green 229 ◦ blue 233

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

Shades of Onahau #BAE5E9

Tints of Onahau #BAE5E9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.34%

 BLUE value IS 233 (91.41% from 255) = 35.96%

R = 28.7%
G = 35.34%
B = 35.96%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAE5E9 (or 0xBAE5E9) is known color: Onahau. HEX triplet: BA, E5 and E9. RGB value is (186,229,233). Sum of RGB (Red+Green+Blue) = 186+229+233=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAE5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5E9 is #451A16. Grayscale: #D8D8D8. Windows color (decimal): -4528663 or 15328698. OLE color: 15328698.

HSL color Cylindrical-coordinate representation of color #BAE5E9: hue angle of 185.11º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE5E9 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 229 233 -
CMYK 0.20 0.02 0 0.09
HSL 185.11º 0.52% 0.82% -
HSV(B) 185.11º 0.2% 0.91% -
XYZ 62.98 72.36 87.74 -
YUV 216.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 186 229 233 0.20 0.02 0 0.09 185.11 0.52 0.82
Hex BA E5 E9 14 2 0 9 B9 34 52
Octal 272 345 351 24 2 0 11 271 64 122
Binary 10111010 11100101 11101001 10100 10 0 1001 10111001 110100 1010010

Color Harmonies of #BAE5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5E9

Black with #BAE5E9

Text Example


Text Example

White with #BAE5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5E9; }

 p { color: rgb(186,229,233); }

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

background-color css

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

 a { background-color: rgb(186,229,233); }

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

border-color css

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

 span { border-color: rgb(186,229,233); }

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