Html Css Color HEX #BAEAF7 Onahau

📋 copy color: '#BAEAF7'

red 186 ◦ green 234 ◦ blue 247

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

Shades of Onahau #BAEAF7

Tints of Onahau #BAEAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.03%

R = 27.89%
G = 35.08%
B = 37.03%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BAEAF7 (or 0xBAEAF7) is known color: Onahau. HEX triplet: BA, EA and F7. RGB value is (186,234,247). Sum of RGB (Red+Green+Blue) = 186+234+247=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAEAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEAF7 is #451508. Grayscale: #DDDDDD. Windows color (decimal): -4527369 or 16247482. OLE color: 16247482.

HSL color Cylindrical-coordinate representation of color #BAEAF7: hue angle of 192.79º degrees, saturation: 0.79, 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 #BAEAF7 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 234 247 -
CMYK 0.25 0.05 0 0.03
HSL 192.79º 0.79% 0.85% -
HSV(B) 192.79º 0.25% 0.97% -
XYZ 66.46 76 99.16 -
YUV 221.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 186 234 247 0.25 0.05 0 0.03 192.79 0.79 0.85
Hex BA EA F7 19 5 0 3 C1 4F 55
Octal 272 352 367 31 5 0 3 301 117 125
Binary 10111010 11101010 11110111 11001 101 0 11 11000001 1001111 1010101

Color Harmonies of #BAEAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAF7

Black with #BAEAF7

Text Example


Text Example

White with #BAEAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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