#BEFDDB

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

Shades of Aero Blue #BEFDDB

Tints of Aero Blue #BEFDDB

Color information

#BEFDDB (or 0xBEFDDB) is unknown color: approx Aero Blue. HEX triplet: BE, FD and DB. RGB value is (190,253,219). Sum of RGB (Red+Green+Blue) = 190+253+219=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDDB is #410224. Grayscale: #E6E6E6. Windows color (decimal): -4260389 or 14417342. OLE color: 14417342.

HSL color Cylindrical-coordinate representation of color #BEFDDB: hue angle of 147.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDDB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB190253219-
CMYK0.2500.130.01
HSL147.62º94.03%86.86%-
HSV(B)147.62º24.9%99.22%-
XYZ69.1586.3180.03-
YUV230.29121.6399.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.70%
GREEN value IS 253 (99.22% from 255) = 38.22%
BLUE value IS 219 (85.94% from 255) = 33.08%
R=28.70%
G=38.22%
B=33.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532190.2500.130.01147.6294.0386.86
HexBEFDDB190D1945e57
Octal276375333310151224136127
Binary101111101111110111011011110010110111001010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDDB; }

 p { color: rgb(190,253,219); }

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

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

 a { background-color: rgb(190,253,219); }

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

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

 span { border-color: rgb(190,253,219); }

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