Html Css Color HEX #BAE2FA Onahau

📋 copy color: '#BAE2FA'

red 186 ◦ green 226 ◦ blue 250

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

Shades of Onahau #BAE2FA

Tints of Onahau #BAE2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.14%

 BLUE value IS 250 (98.05% from 255) = 37.76%

R = 28.1%
G = 34.14%
B = 37.76%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAE2FA (or 0xBAE2FA) is known color: Onahau. HEX triplet: BA, E2 and FA. RGB value is (186,226,250). Sum of RGB (Red+Green+Blue) = 186+226+250=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE2FA is #451D05. Grayscale: #D8D8D8. Windows color (decimal): -4529414 or 16442042. OLE color: 16442042.

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

Color convert

RGB 186 226 250 -
CMYK 0.26 0.10 0 0.02
HSL 202.5º 0.86% 0.85% -
HSV(B) 202.5º 0.26% 0.98% -
XYZ 64.7 71.73 100.88 -
YUV 216.78 146.75 106.05 -
System Red Green Blue C M Y K H S L
Decimal 186 226 250 0.26 0.10 0 0.02 202.5 0.86 0.85
Hex BA E2 FA 1A A 0 2 CA 56 55
Octal 272 342 372 32 12 0 2 312 126 125
Binary 10111010 11100010 11111010 11010 1010 0 10 11001010 1010110 1010101

Color Harmonies of #BAE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE2FA

Black with #BAE2FA

Text Example


Text Example

White with #BAE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE2FA; }

 p { color: rgb(186,226,250); }

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

background-color css

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

 a { background-color: rgb(186,226,250); }

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

border-color css

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

 span { border-color: rgb(186,226,250); }

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