#BEEBCF

Color #BEEBCF Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #BEEBCF

Tints of Aero Blue #BEEBCF

Color information

#BEEBCF (or 0xBEEBCF) is unknown color: approx Aero Blue. HEX triplet: BE, EB and CF. RGB value is (190,235,207). Sum of RGB (Red+Green+Blue) = 190+235+207=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBCF is #411430. Grayscale: #DADADA. Windows color (decimal): -4265009 or 13626302. OLE color: 13626302.

HSL color Cylindrical-coordinate representation of color #BEEBCF: hue angle of 142.67º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEBCF is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB190235207-
CMYK0.1900.120.08
HSL142.67º52.94%83.33%-
HSV(B)142.67º19.15%92.16%-
XYZ62.2174.8770.2-
YUV218.35121.59107.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=30.06%
G=37.18%
B=32.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902352070.1900.120.08142.6752.9483.33
HexBEEBCF130C88f3553
Octal276353317230141021765123
Binary10111110111010111100111110011011001000100011111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEBCF; }

 p { color: rgb(190,235,207); }

 H1.HeaderClassName
 {
   color: #BEEBCF;
 }
 .AnyTagClassName
 {
   color: #BEEBCF;
 }
</style>
background-color css

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

 a { background-color: rgb(190,235,207); }

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

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

 span { border-color: rgb(190,235,207); }

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