Html Css Color HEX #BAE5F7 Onahau

📋 copy color: '#BAE5F7'

red 186 ◦ green 229 ◦ blue 247

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

Shades of Onahau #BAE5F7

Tints of Onahau #BAE5F7

RGB

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

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

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

R = 28.1%
G = 34.59%
B = 37.31%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BAE5F7 (or 0xBAE5F7) is known color: Onahau. HEX triplet: BA, E5 and F7. RGB value is (186,229,247). Sum of RGB (Red+Green+Blue) = 186+229+247=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAE5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE5F7 is #451A08. Grayscale: #DADADA. Windows color (decimal): -4528649 or 16246202. OLE color: 16246202.

HSL color Cylindrical-coordinate representation of color #BAE5F7: hue angle of 197.7º 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 #BAE5F7 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 229 247 -
CMYK 0.25 0.07 0 0.03
HSL 197.7º 0.79% 0.85% -
HSV(B) 197.7º 0.25% 0.97% -
XYZ 65.06 73.19 98.69 -
YUV 218.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 186 229 247 0.25 0.07 0 0.03 197.7 0.79 0.85
Hex BA E5 F7 19 7 0 3 C6 4F 55
Octal 272 345 367 31 7 0 3 306 117 125
Binary 10111010 11100101 11110111 11001 111 0 11 11000110 1001111 1010101

Color Harmonies of #BAE5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5F7

Black with #BAE5F7

Text Example


Text Example

White with #BAE5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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