Html Css Color HEX #BAEEF5 Onahau

📋 copy color: '#BAEEF5'

red 186 ◦ green 238 ◦ blue 245

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

Shades of Onahau #BAEEF5

Tints of Onahau #BAEEF5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.58%

 BLUE value IS 245 (96.09% from 255) = 36.62%

R = 27.8%
G = 35.58%
B = 36.62%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAEEF5 (or 0xBAEEF5) is known color: Onahau. HEX triplet: BA, EE and F5. RGB value is (186,238,245). Sum of RGB (Red+Green+Blue) = 186+238+245=669 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.80% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEF5 is #45110A. Grayscale: #DFDFDF. Windows color (decimal): -4526347 or 16117434. OLE color: 16117434.

HSL color Cylindrical-coordinate representation of color #BAEEF5: hue angle of 187.12º degrees, saturation: 0.75, 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 #BAEEF5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 238 245 -
CMYK 0.24 0.03 0 0.04
HSL 187.12º 0.75% 0.85% -
HSV(B) 187.12º 0.24% 0.96% -
XYZ 67.31 78.18 97.93 -
YUV 223.25 140.27 101.43 -
System Red Green Blue C M Y K H S L
Decimal 186 238 245 0.24 0.03 0 0.04 187.12 0.75 0.85
Hex BA EE F5 18 3 0 4 BB 4B 55
Octal 272 356 365 30 3 0 4 273 113 125
Binary 10111010 11101110 11110101 11000 11 0 100 10111011 1001011 1010101

Color Harmonies of #BAEEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEF5

Black with #BAEEF5

Text Example


Text Example

White with #BAEEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEF5; }

 p { color: rgb(186,238,245); }

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

background-color css

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

 a { background-color: rgb(186,238,245); }

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

border-color css

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

 span { border-color: rgb(186,238,245); }

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