#BDEBCF

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

Shades of Aero Blue #BDEBCF

Tints of Aero Blue #BDEBCF

Color information

#BDEBCF (or 0xBDEBCF) is unknown color: approx Aero Blue. HEX triplet: BD, EB and CF. RGB value is (189,235,207). Sum of RGB (Red+Green+Blue) = 189+235+207=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBCF is #421430. Grayscale: #DADADA. Windows color (decimal): -4330545 or 13626301. OLE color: 13626301.

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

Color convert

RGB189235207-
CMYK0.2000.120.08
HSL143.48º53.49%83.14%-
HSV(B)143.48º19.57%92.16%-
XYZ61.9674.7470.19-
YUV218.05121.76107.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=29.95%
G=37.24%
B=32.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892352070.2000.120.08143.4853.4983.14
HexBDEBCF140C88f3553
Octal275353317240141021765123
Binary10111101111010111100111110100011001000100011111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBCF; }

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

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

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

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

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

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

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

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