Html Css Color HEX #BAECF9 Onahau

📋 copy color: '#BAECF9'

red 186 ◦ green 236 ◦ blue 249

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

Shades of Onahau #BAECF9

Tints of Onahau #BAECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.17%

 BLUE value IS 249 (97.66% from 255) = 37.11%

R = 27.72%
G = 35.17%
B = 37.11%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAECF9 (or 0xBAECF9) is known color: Onahau. HEX triplet: BA, EC and F9. RGB value is (186,236,249). Sum of RGB (Red+Green+Blue) = 186+236+249=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECF9 is #451306. Grayscale: #DEDEDE. Windows color (decimal): -4526855 or 16379066. OLE color: 16379066.

HSL color Cylindrical-coordinate representation of color #BAECF9: hue angle of 192.38º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAECF9 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 236 249 -
CMYK 0.25 0.05 0 0.02
HSL 192.38º 0.84% 0.85% -
HSV(B) 192.38º 0.25% 0.98% -
XYZ 67.34 77.27 100.99 -
YUV 222.53 142.94 101.94 -
System Red Green Blue C M Y K H S L
Decimal 186 236 249 0.25 0.05 0 0.02 192.38 0.84 0.85
Hex BA EC F9 19 5 0 2 C0 54 55
Octal 272 354 371 31 5 0 2 300 124 125
Binary 10111010 11101100 11111001 11001 101 0 10 11000000 1010100 1010101

Color Harmonies of #BAECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECF9

Black with #BAECF9

Text Example


Text Example

White with #BAECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECF9; }

 p { color: rgb(186,236,249); }

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

background-color css

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

 a { background-color: rgb(186,236,249); }

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

border-color css

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

 span { border-color: rgb(186,236,249); }

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