Html Css Color HEX #BAEEF7 Onahau

📋 copy color: '#BAEEF7'

red 186 ◦ green 238 ◦ blue 247

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

Shades of Onahau #BAEEF7

Tints of Onahau #BAEEF7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.47%

 BLUE value IS 247 (96.88% from 255) = 36.81%

R = 27.72%
G = 35.47%
B = 36.81%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BAEEF7 (or 0xBAEEF7) is known color: Onahau. HEX triplet: BA, EE and F7. RGB value is (186,238,247). Sum of RGB (Red+Green+Blue) = 186+238+247=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEF7 is #451108. Grayscale: #DFDFDF. Windows color (decimal): -4526345 or 16248506. OLE color: 16248506.

HSL color Cylindrical-coordinate representation of color #BAEEF7: hue angle of 188.85º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAEEF7 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 238 247 -
CMYK 0.25 0.04 0 0.03
HSL 188.85º 0.79% 0.85% -
HSV(B) 188.85º 0.25% 0.97% -
XYZ 67.61 78.3 99.55 -
YUV 223.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 186 238 247 0.25 0.04 0 0.03 188.85 0.79 0.85
Hex BA EE F7 19 4 0 3 BD 4F 55
Octal 272 356 367 31 4 0 3 275 117 125
Binary 10111010 11101110 11110111 11001 100 0 11 10111101 1001111 1010101

Color Harmonies of #BAEEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEF7

Black with #BAEEF7

Text Example


Text Example

White with #BAEEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEF7; }

 p { color: rgb(186,238,247); }

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

background-color css

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

 a { background-color: rgb(186,238,247); }

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

border-color css

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

 span { border-color: rgb(186,238,247); }

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