Html Css Color HEX #BAE9FB Onahau

📋 copy color: '#BAE9FB'

red 186 ◦ green 233 ◦ blue 251

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

Shades of Onahau #BAE9FB

Tints of Onahau #BAE9FB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.78%

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

R = 27.76%
G = 34.78%
B = 37.46%

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

#BAE9FB (or 0xBAE9FB) is known color: Onahau. HEX triplet: BA, E9 and FB. RGB value is (186,233,251). Sum of RGB (Red+Green+Blue) = 186+233+251=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAE9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9FB is #451604. Grayscale: #DCDCDC. Windows color (decimal): -4527621 or 16509370. OLE color: 16509370.

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

Color convert

RGB 186 233 251 -
CMYK 0.26 0.07 0 0.02
HSL 196.62º 0.89% 0.86% -
HSV(B) 196.62º 0.26% 0.98% -
XYZ 66.8 75.68 102.35 -
YUV 221 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 186 233 251 0.26 0.07 0 0.02 196.62 0.89 0.86
Hex BA E9 FB 1A 7 0 2 C5 59 56
Octal 272 351 373 32 7 0 2 305 131 126
Binary 10111010 11101001 11111011 11010 111 0 10 11000101 1011001 1010110

Color Harmonies of #BAE9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE9FB

Black with #BAE9FB

Text Example


Text Example

White with #BAE9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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