Html Css Color HEX #BAE6E7 Onahau

📋 copy color: '#BAE6E7'

red 186 ◦ green 230 ◦ blue 231

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

Shades of Onahau #BAE6E7

Tints of Onahau #BAE6E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.7%

R = 28.75%
G = 35.55%
B = 35.7%

CMYK

 C value IS 0.19

 M value IS 0.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAE6E7 (or 0xBAE6E7) is known color: Onahau. HEX triplet: BA, E6 and E7. RGB value is (186,230,231). Sum of RGB (Red+Green+Blue) = 186+230+231=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAE6E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE6E7 is #451918. Grayscale: #D8D8D8. Windows color (decimal): -4528409 or 15197882. OLE color: 15197882.

HSL color Cylindrical-coordinate representation of color #BAE6E7: hue angle of 181.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE6E7 is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 230 231 -
CMYK 0.19 0.00 0 0.09
HSL 181.33º 0.48% 0.82% -
HSV(B) 181.33º 0.19% 0.91% -
XYZ 62.97 72.8 86.33 -
YUV 216.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 186 230 231 0.19 0.00 0 0.09 181.33 0.48 0.82
Hex BA E6 E7 13 0 0 9 B5 30 52
Octal 272 346 347 23 0 0 11 265 60 122
Binary 10111010 11100110 11100111 10011 0 0 1001 10110101 110000 1010010

Color Harmonies of #BAE6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6E7

Black with #BAE6E7

Text Example


Text Example

White with #BAE6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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