Html Css Color HEX #BAEAF6 Onahau

📋 copy color: '#BAEAF6'

red 186 ◦ green 234 ◦ blue 246

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

Shades of Onahau #BAEAF6

Tints of Onahau #BAEAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.94%

R = 27.93%
G = 35.14%
B = 36.94%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAEAF6 (or 0xBAEAF6) is known color: Onahau. HEX triplet: BA, EA and F6. RGB value is (186,234,246). Sum of RGB (Red+Green+Blue) = 186+234+246=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAEAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAF6 is #451509. Grayscale: #DCDCDC. Windows color (decimal): -4527370 or 16181946. OLE color: 16181946.

HSL color Cylindrical-coordinate representation of color #BAEAF6: hue angle of 192º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAEAF6 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 234 246 -
CMYK 0.24 0.05 0 0.04
HSL 192º 0.77% 0.85% -
HSV(B) 192º 0.24% 0.96% -
XYZ 66.31 75.94 98.35 -
YUV 221.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 186 234 246 0.24 0.05 0 0.04 192 0.77 0.85
Hex BA EA F6 18 5 0 4 C0 4D 55
Octal 272 352 366 30 5 0 4 300 115 125
Binary 10111010 11101010 11110110 11000 101 0 100 11000000 1001101 1010101

Color Harmonies of #BAEAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAF6

Black with #BAEAF6

Text Example


Text Example

White with #BAEAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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