Html Css Color HEX #BAEAF8 Onahau

📋 copy color: '#BAEAF8'

red 186 ◦ green 234 ◦ blue 248

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

Shades of Onahau #BAEAF8

Tints of Onahau #BAEAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.13%

R = 27.84%
G = 35.03%
B = 37.13%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BAEAF8 (or 0xBAEAF8) is known color: Onahau. HEX triplet: BA, EA and F8. RGB value is (186,234,248). Sum of RGB (Red+Green+Blue) = 186+234+248=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 248 (97.27% from 255 or 37.13% from 668); Max value from RGB is 248 - color contains mainly: blue. Hex color #BAEAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAF8 is #451507. Grayscale: #DDDDDD. Windows color (decimal): -4527368 or 16313018. OLE color: 16313018.

HSL color Cylindrical-coordinate representation of color #BAEAF8: hue angle of 193.55º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAEAF8 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 234 248 -
CMYK 0.25 0.06 0 0.03
HSL 193.55º 0.82% 0.85% -
HSV(B) 193.55º 0.25% 0.97% -
XYZ 66.62 76.06 99.98 -
YUV 221.24 143.1 102.86 -
System Red Green Blue C M Y K H S L
Decimal 186 234 248 0.25 0.06 0 0.03 193.55 0.82 0.85
Hex BA EA F8 19 6 0 3 C2 52 55
Octal 272 352 370 31 6 0 3 302 122 125
Binary 10111010 11101010 11111000 11001 110 0 11 11000010 1010010 1010101

Color Harmonies of #BAEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAF8

Black with #BAEAF8

Text Example


Text Example

White with #BAEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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