Html Css Color HEX #BAEAFB Onahau

📋 copy color: '#BAEAFB'

red 186 ◦ green 234 ◦ blue 251

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

Shades of Onahau #BAEAFB

Tints of Onahau #BAEAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.41%

R = 27.72%
G = 34.87%
B = 37.41%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAEAFB (or 0xBAEAFB) is known color: Onahau. HEX triplet: BA, EA and FB. RGB value is (186,234,251). Sum of RGB (Red+Green+Blue) = 186+234+251=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAEAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAFB is #451504. Grayscale: #DDDDDD. Windows color (decimal): -4527365 or 16509626. OLE color: 16509626.

HSL color Cylindrical-coordinate representation of color #BAEAFB: hue angle of 195.69º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAEAFB is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 234 251 -
CMYK 0.26 0.07 0 0.02
HSL 195.69º 0.89% 0.86% -
HSV(B) 195.69º 0.26% 0.98% -
XYZ 67.09 76.25 102.45 -
YUV 221.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 186 234 251 0.26 0.07 0 0.02 195.69 0.89 0.86
Hex BA EA FB 1A 7 0 2 C4 59 56
Octal 272 352 373 32 7 0 2 304 131 126
Binary 10111010 11101010 11111011 11010 111 0 10 11000100 1011001 1010110

Color Harmonies of #BAEAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAFB

Black with #BAEAFB

Text Example


Text Example

White with #BAEAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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