#BED3E7

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

Shades of Tropical Blue #BED3E7

Tints of Tropical Blue #BED3E7

Color information

#BED3E7 (or 0xBED3E7) is unknown color: approx Tropical Blue. HEX triplet: BE, D3 and E7. RGB value is (190,211,231). Sum of RGB (Red+Green+Blue) = 190+211+231=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #BED3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3E7 is #412C18. Grayscale: #CECECE. Windows color (decimal): -4271129 or 15193022. OLE color: 15193022.

HSL color Cylindrical-coordinate representation of color #BED3E7: hue angle of 209.27º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED3E7 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190211231-
CMYK0.180.0900.09
HSL209.27º46.07%82.55%-
HSV(B)209.27º17.75%90.59%-
XYZ58.9563.3184.71-
YUV207141.54115.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.06%
GREEN value IS 211 (82.81% from 255) = 33.39%
BLUE value IS 231 (90.62% from 255) = 36.55%
R=30.06%
G=33.39%
B=36.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902112310.180.0900.09209.2746.0782.55
HexBED3E712909d12e53
Octal276323347221101132156123
Binary10111110110100111110011110010100101001110100011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED3E7; }

 p { color: rgb(190,211,231); }

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

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

 a { background-color: rgb(190,211,231); }

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

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

 span { border-color: rgb(190,211,231); }

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