Html Css Color HEX #BAEDCF Aero Blue

📋 copy color: '#BAEDCF'

red 186 ◦ green 237 ◦ blue 207

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

Shades of Aero Blue #BAEDCF

Tints of Aero Blue #BAEDCF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.62%

 BLUE value IS 207 (81.25% from 255) = 32.86%

R = 29.52%
G = 37.62%
B = 32.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BAEDCF (or 0xBAEDCF) is known color: Aero Blue. HEX triplet: BA, ED and CF. RGB value is (186,237,207). Sum of RGB (Red+Green+Blue) = 186+237+207=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDCF is #451230. Grayscale: #DADADA. Windows color (decimal): -4526641 or 13626810. OLE color: 13626810.

HSL color Cylindrical-coordinate representation of color #BAEDCF: hue angle of 144.71º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDCF is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 237 207 -
CMYK 0.22 0 0.13 0.07
HSL 144.71º 0.59% 0.83% -
HSV(B) 144.71º 0.22% 0.93% -
XYZ 61.8 75.51 70.35 -
YUV 218.33 121.6 104.94 -
System Red Green Blue C M Y K H S L
Decimal 186 237 207 0.22 0 0.13 0.07 144.71 0.59 0.83
Hex BA ED CF 16 0 D 7 91 3B 53
Octal 272 355 317 26 0 15 7 221 73 123
Binary 10111010 11101101 11001111 10110 0 1101 111 10010001 111011 1010011

Color Harmonies of #BAEDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEDCF

Black with #BAEDCF

Text Example


Text Example

White with #BAEDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEDCF; }

 p { color: rgb(186,237,207); }

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

background-color css

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

 a { background-color: rgb(186,237,207); }

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

border-color css

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

 span { border-color: rgb(186,237,207); }

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