Html Css Color HEX #BAE5F2 Onahau

📋 copy color: '#BAE5F2'

red 186 ◦ green 229 ◦ blue 242

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

Shades of Onahau #BAE5F2

Tints of Onahau #BAE5F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.83%

R = 28.31%
G = 34.86%
B = 36.83%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAE5F2 (or 0xBAE5F2) is known color: Onahau. HEX triplet: BA, E5 and F2. RGB value is (186,229,242). Sum of RGB (Red+Green+Blue) = 186+229+242=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAE5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5F2 is #451A0D. Grayscale: #D9D9D9. Windows color (decimal): -4528654 or 15918522. OLE color: 15918522.

HSL color Cylindrical-coordinate representation of color #BAE5F2: hue angle of 193.93º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAE5F2 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 229 242 -
CMYK 0.23 0.05 0 0.05
HSL 193.93º 0.68% 0.84% -
HSV(B) 193.93º 0.23% 0.95% -
XYZ 64.3 72.89 94.68 -
YUV 217.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 186 229 242 0.23 0.05 0 0.05 193.93 0.68 0.84
Hex BA E5 F2 17 5 0 5 C2 44 54
Octal 272 345 362 27 5 0 5 302 104 124
Binary 10111010 11100101 11110010 10111 101 0 101 11000010 1000100 1010100

Color Harmonies of #BAE5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5F2

Black with #BAE5F2

Text Example


Text Example

White with #BAE5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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