Html Css Color HEX #BAE6E9 Onahau

📋 copy color: '#BAE6E9'

red 186 ◦ green 230 ◦ blue 233

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

Shades of Onahau #BAE6E9

Tints of Onahau #BAE6E9

RGB

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

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

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

R = 28.66%
G = 35.44%
B = 35.9%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAE6E9 (or 0xBAE6E9) is known color: Onahau. HEX triplet: BA, E6 and E9. RGB value is (186,230,233). Sum of RGB (Red+Green+Blue) = 186+230+233=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAE6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6E9 is #451916. Grayscale: #D9D9D9. Windows color (decimal): -4528407 or 15328954. OLE color: 15328954.

HSL color Cylindrical-coordinate representation of color #BAE6E9: hue angle of 183.83º 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 #BAE6E9 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 230 233 -
CMYK 0.20 0.01 0 0.09
HSL 183.83º 0.52% 0.82% -
HSV(B) 183.83º 0.2% 0.91% -
XYZ 63.25 72.92 87.83 -
YUV 217.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 186 230 233 0.20 0.01 0 0.09 183.83 0.52 0.82
Hex BA E6 E9 14 1 0 9 B8 34 52
Octal 272 346 351 24 1 0 11 270 64 122
Binary 10111010 11100110 11101001 10100 1 0 1001 10111000 110100 1010010

Color Harmonies of #BAE6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6E9

Black with #BAE6E9

Text Example


Text Example

White with #BAE6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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