Html Css Color HEX #BAEAF9 Onahau

📋 copy color: '#BAEAF9'

red 186 ◦ green 234 ◦ blue 249

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

Shades of Onahau #BAEAF9

Tints of Onahau #BAEAF9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.98%

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

R = 27.8%
G = 34.98%
B = 37.22%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAEAF9 (or 0xBAEAF9) is known color: Onahau. HEX triplet: BA, EA and F9. RGB value is (186,234,249). Sum of RGB (Red+Green+Blue) = 186+234+249=669 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.80% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAF9 is #451506. Grayscale: #DDDDDD. Windows color (decimal): -4527367 or 16378554. OLE color: 16378554.

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

Color convert

RGB 186 234 249 -
CMYK 0.25 0.06 0 0.02
HSL 194.29º 0.84% 0.85% -
HSV(B) 194.29º 0.25% 0.98% -
XYZ 66.77 76.12 100.8 -
YUV 221.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 186 234 249 0.25 0.06 0 0.02 194.29 0.84 0.85
Hex BA EA F9 19 6 0 2 C2 54 55
Octal 272 352 371 31 6 0 2 302 124 125
Binary 10111010 11101010 11111001 11001 110 0 10 11000010 1010100 1010101

Color Harmonies of #BAEAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAF9

Black with #BAEAF9

Text Example


Text Example

White with #BAEAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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