Html Css Color HEX #BAEEFA Onahau

📋 copy color: '#BAEEFA'

red 186 ◦ green 238 ◦ blue 250

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

Shades of Onahau #BAEEFA

Tints of Onahau #BAEEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.31%

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

R = 27.6%
G = 35.31%
B = 37.09%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAEEFA (or 0xBAEEFA) is known color: Onahau. HEX triplet: BA, EE and FA. RGB value is (186,238,250). Sum of RGB (Red+Green+Blue) = 186+238+250=674 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.60% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEFA is #451105. Grayscale: #DFDFDF. Windows color (decimal): -4526342 or 16445114. OLE color: 16445114.

HSL color Cylindrical-coordinate representation of color #BAEEFA: hue angle of 191.25º 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 #BAEEFA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 238 250 -
CMYK 0.26 0.05 0 0.02
HSL 191.25º 0.86% 0.85% -
HSV(B) 191.25º 0.26% 0.98% -
XYZ 68.08 78.49 102 -
YUV 223.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 186 238 250 0.26 0.05 0 0.02 191.25 0.86 0.85
Hex BA EE FA 1A 5 0 2 BF 56 55
Octal 272 356 372 32 5 0 2 277 126 125
Binary 10111010 11101110 11111010 11010 101 0 10 10111111 1010110 1010101

Color Harmonies of #BAEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEFA

Black with #BAEEFA

Text Example


Text Example

White with #BAEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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