Html Css Color HEX #BAECF6 Onahau

📋 copy color: '#BAECF6'

red 186 ◦ green 236 ◦ blue 246

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

Shades of Onahau #BAECF6

Tints of Onahau #BAECF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.83%

R = 27.84%
G = 35.33%
B = 36.83%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAECF6 (or 0xBAECF6) is known color: Onahau. HEX triplet: BA, EC and F6. RGB value is (186,236,246). Sum of RGB (Red+Green+Blue) = 186+236+246=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECF6 is #451309. Grayscale: #DEDEDE. Windows color (decimal): -4526858 or 16182458. OLE color: 16182458.

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

Color convert

RGB 186 236 246 -
CMYK 0.24 0.04 0 0.04
HSL 190º 0.77% 0.85% -
HSV(B) 190º 0.24% 0.96% -
XYZ 66.88 77.08 98.54 -
YUV 222.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 186 236 246 0.24 0.04 0 0.04 190 0.77 0.85
Hex BA EC F6 18 4 0 4 BE 4D 55
Octal 272 354 366 30 4 0 4 276 115 125
Binary 10111010 11101100 11110110 11000 100 0 100 10111110 1001101 1010101

Color Harmonies of #BAECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAECF6

Black with #BAECF6

Text Example


Text Example

White with #BAECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAECF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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