Html Css Color HEX #BAE0F9 Onahau

📋 copy color: '#BAE0F9'

red 186 ◦ green 224 ◦ blue 249

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

Shades of Onahau #BAE0F9

Tints of Onahau #BAE0F9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.99%

 BLUE value IS 249 (97.66% from 255) = 37.78%

R = 28.22%
G = 33.99%
B = 37.78%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAE0F9 (or 0xBAE0F9) is known color: Onahau. HEX triplet: BA, E0 and F9. RGB value is (186,224,249). Sum of RGB (Red+Green+Blue) = 186+224+249=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAE0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0F9 is #451F06. Grayscale: #D7D7D7. Windows color (decimal): -4529927 or 16375994. OLE color: 16375994.

HSL color Cylindrical-coordinate representation of color #BAE0F9: hue angle of 203.81º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAE0F9 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 224 249 -
CMYK 0.25 0.10 0 0.02
HSL 203.81º 0.84% 0.85% -
HSV(B) 203.81º 0.25% 0.98% -
XYZ 64 70.59 99.87 -
YUV 215.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 186 224 249 0.25 0.10 0 0.02 203.81 0.84 0.85
Hex BA E0 F9 19 A 0 2 CC 54 55
Octal 272 340 371 31 12 0 2 314 124 125
Binary 10111010 11100000 11111001 11001 1010 0 10 11001100 1010100 1010101

Color Harmonies of #BAE0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE0F9

Black with #BAE0F9

Text Example


Text Example

White with #BAE0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE0F9; }

 p { color: rgb(186,224,249); }

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

background-color css

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

 a { background-color: rgb(186,224,249); }

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

border-color css

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

 span { border-color: rgb(186,224,249); }

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